Shades of Pine Glade #BBBE77
Tints of Pine Glade #BBBE77
RGB
CMYK
RGB Variations
Color information
#BBBE77 (or 0xBBBE77) is known color: Pine Glade. HEX triplet: BB, BE and 77. RGB value is (187,190,119). Sum of RGB (Red+Green+Blue) = 187+190+119=496 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.70% from 496); Green value is 190 (74.61% from 255 or 38.31% from 496); Blue value is 119 (46.88% from 255 or 23.99% from 496); Max value from RGB is 190 - color contains mainly: green. Hex color #BBBE77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBBE77 is #444188. Grayscale: #B5B5B5. Windows color (decimal): -4473225 or 7847611. OLE color: 7847611.
HSL color Cylindrical-coordinate representation of color #BBBE77: hue angle of 62.54º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BBBE77 is Cyan = 0.02, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 187 | 190 | 119 | - |
| CMYK | 0.02 | 0 | 0.37 | 0.25 |
| HSL | 62.54º | 0.35% | 0.61% | - |
| HSV(B) | 62.54º | 0.37% | 0.75% | - |
| XYZ | 42.24 | 48.72 | 24.63 | - |
| YUV | 181.01 | 93.01 | 132.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 190 | 119 | 0.02 | 0 | 0.37 | 0.25 | 62.54 | 0.35 | 0.61 |
| Hex | BB | BE | 77 | 2 | 0 | 25 | 19 | 3F | 23 | 3D |
| Octal | 273 | 276 | 167 | 2 | 0 | 45 | 31 | 77 | 43 | 75 |
| Binary | 10111011 | 10111110 | 1110111 | 10 | 0 | 100101 | 11001 | 111111 | 100011 | 111101 |
Color Harmonies of #BBBE77
Complementary color
Monochromatic Colors of #BBBE77
Black with #BBBE77
Text Example
Text Example
White with #BBBE77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBE77; }
p { color: rgb(187,190,119); }
H1.HeaderClassName
{
color: #BBBE77;
}
.AnyTagClassName
{
color: #BBBE77;
}
</style>
background-color css
<style>
a { background-color: #BBBE77; }
a { background-color: rgb(187,190,119); }
div.DivClassName
{
background-color: #BBBE77;
}
.BgClassName
{
background-color: #BBBE77;
}
</style>
border-color css
<style>
span { border-color: #BBBE77; }
span { border-color: rgb(187,190,119); }
td.TdClassName
{
border-color: #BBBE77;
}
.TagClassName
{
border-color: #BBBE77;
}
</style>