#BFD977

Color #BFD977 Sulu (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sulu #BFD977

Tints of Sulu #BFD977

Color information

#BFD977 (or 0xBFD977) is unknown color: approx Sulu. HEX triplet: BF, D9 and 77. RGB value is (191,217,119). Sum of RGB (Red+Green+Blue) = 191+217+119=527 (69% of max value = 765). Red value is 191 (75% from 255 or 36.24% from 527); Green value is 217 (85.16% from 255 or 41.18% from 527); Blue value is 119 (46.88% from 255 or 22.58% from 527); Max value from RGB is 217 - color contains mainly: green. Hex color #BFD977 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD977 is #402688. Grayscale: #C6C6C6. Windows color (decimal): -4204169 or 7854527. OLE color: 7854527.

HSL color Cylindrical-coordinate representation of color #BFD977: hue angle of 75.92º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BFD977 is Cyan = 0.12, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.15.

Color convert

RGB191217119-
CMYK0.1200.450.15
HSL75.92º56.32%65.88%-
HSV(B)75.92º45.16%85.1%-
XYZ49.6362.0326.81-
YUV198.0583.39122.97-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 191 (75% from 255) = 36.24%
GREEN value IS 217 (85.16% from 255) = 41.18%
BLUE value IS 119 (46.88% from 255) = 22.58%
R=36.24%
G=41.18%
B=22.58%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1912171190.1200.450.1575.9256.3265.88
HexBFD977C02DF4c3842
Octal277331167140551711470102
Binary1011111111011001111011111000101101111110011001110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD977; }

 p { color: rgb(191,217,119); }

 H1.HeaderClassName
 {
   color: #BFD977;
 }
 .AnyTagClassName
 {
   color: #BFD977;
 }
</style>
background-color css

<style>
 a { background-color: #BFD977; }

 a { background-color: rgb(191,217,119); }

 div.DivClassName
 {
   background-color: #BFD977;
 }
 .BgClassName
 {
   background-color: #BFD977;
 }
</style>
border-color css

<style>
 span { border-color: #BFD977; }

 span { border-color: rgb(191,217,119); }

 td.TdClassName
 {
   border-color: #BFD977;
 }
 .TagClassName
 {
   border-color: #BFD977;
 }
</style>