#BBC676

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

Shades of Pine Glade #BBC676

Tints of Pine Glade #BBC676

Color information

#BBC676 (or 0xBBC676) is unknown color: approx Pine Glade. HEX triplet: BB, C6 and 76. RGB value is (187,198,118). Sum of RGB (Red+Green+Blue) = 187+198+118=503 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.18% from 503); Green value is 198 (77.73% from 255 or 39.36% from 503); Blue value is 118 (46.48% from 255 or 23.46% from 503); Max value from RGB is 198 - color contains mainly: green. Hex color #BBC676 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC676 is #443989. Grayscale: #B9B9B9. Windows color (decimal): -4471178 or 7784123. OLE color: 7784123.

HSL color Cylindrical-coordinate representation of color #BBC676: hue angle of 68.25º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BBC676 is Cyan = 0.06, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.22.

Color convert

RGB187198118-
CMYK0.0600.400.22
HSL68.25º41.24%61.96%-
HSV(B)68.25º40.4%77.65%-
XYZ43.9652.2624.91-
YUV185.5989.86129-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.18%
GREEN value IS 198 (77.73% from 255) = 39.36%
BLUE value IS 118 (46.48% from 255) = 23.46%
R=37.18%
G=39.36%
B=23.46%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1871981180.0600.400.2268.2541.2461.96
HexBBC67660281644293e
Octal2733061666050261045176
Binary101110111100011011101101100101000101101000100101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC676; }

 p { color: rgb(187,198,118); }

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

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

 a { background-color: rgb(187,198,118); }

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

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

 span { border-color: rgb(187,198,118); }

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