#BBC577

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

Shades of Pine Glade #BBC577

Tints of Pine Glade #BBC577

Color information

#BBC577 (or 0xBBC577) is unknown color: approx Pine Glade. HEX triplet: BB, C5 and 77. RGB value is (187,197,119). Sum of RGB (Red+Green+Blue) = 187+197+119=503 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.18% from 503); Green value is 197 (77.34% from 255 or 39.17% from 503); Blue value is 119 (46.88% from 255 or 23.66% from 503); Max value from RGB is 197 - color contains mainly: green. Hex color #BBC577 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC577 is #443A88. Grayscale: #B9B9B9. Windows color (decimal): -4471433 or 7849403. OLE color: 7849403.

HSL color Cylindrical-coordinate representation of color #BBC577: hue angle of 67.69º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BBC577 is Cyan = 0.05, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.23.

Color convert

RGB187197119-
CMYK0.0500.400.23
HSL67.69º40.21%61.96%-
HSV(B)67.69º39.59%77.25%-
XYZ43.7951.8325.15-
YUV185.1290.69129.34-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.18%
GREEN value IS 197 (77.34% from 255) = 39.17%
BLUE value IS 119 (46.88% from 255) = 23.66%
R=37.18%
G=39.17%
B=23.66%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1871971190.0500.400.2367.6940.2161.96
HexBBC57750281744283e
Octal2733051675050271045076
Binary101110111100010111101111010101000101111000100101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC577; }

 p { color: rgb(187,197,119); }

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

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

 a { background-color: rgb(187,197,119); }

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

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

 span { border-color: rgb(187,197,119); }

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