#BBC677

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

Shades of Pine Glade #BBC677

Tints of Pine Glade #BBC677

Color information

#BBC677 (or 0xBBC677) is unknown color: approx Pine Glade. HEX triplet: BB, C6 and 77. RGB value is (187,198,119). Sum of RGB (Red+Green+Blue) = 187+198+119=504 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.10% from 504); Green value is 198 (77.73% from 255 or 39.29% from 504); Blue value is 119 (46.88% from 255 or 23.61% from 504); Max value from RGB is 198 - color contains mainly: green. Hex color #BBC677 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC677 is #443988. Grayscale: #BABABA. Windows color (decimal): -4471177 or 7849659. OLE color: 7849659.

HSL color Cylindrical-coordinate representation of color #BBC677: hue angle of 68.35º 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 #BBC677 is Cyan = 0.06, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.22.

Color convert

RGB187198119-
CMYK0.0600.400.22
HSL68.35º40.93%62.16%-
HSV(B)68.35º39.9%77.65%-
XYZ44.0252.2825.22-
YUV185.790.36128.92-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.10%
GREEN value IS 198 (77.73% from 255) = 39.29%
BLUE value IS 119 (46.88% from 255) = 23.61%
R=37.10%
G=39.29%
B=23.61%

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
Decimal1871981190.0600.400.2268.3540.9362.16
HexBBC67760281644293e
Octal2733061676050261045176
Binary101110111100011011101111100101000101101000100101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC677; }

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

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

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

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

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

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

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

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