Shades of Pine Glade #BBBE82
Tints of Pine Glade #BBBE82
RGB
CMYK
RGB Variations
Color information
#BBBE82 (or 0xBBBE82) is known color: Pine Glade. HEX triplet: BB, BE and 82. RGB value is (187,190,130). Sum of RGB (Red+Green+Blue) = 187+190+130=507 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.88% from 507); Green value is 190 (74.61% from 255 or 37.48% from 507); Blue value is 130 (51.17% from 255 or 25.64% from 507); Max value from RGB is 190 - color contains mainly: green. Hex color #BBBE82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBBE82 is #44417D. Grayscale: #B6B6B6. Windows color (decimal): -4473214 or 8568507. OLE color: 8568507.
HSL color Cylindrical-coordinate representation of color #BBBE82: hue angle of 63º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BBBE82 is Cyan = 0.02, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 187 | 190 | 130 | - |
| CMYK | 0.02 | 0 | 0.32 | 0.25 |
| HSL | 63º | 0.32% | 0.63% | - |
| HSV(B) | 63º | 0.32% | 0.75% | - |
| XYZ | 42.94 | 49 | 28.31 | - |
| YUV | 182.26 | 98.51 | 131.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 190 | 130 | 0.02 | 0 | 0.32 | 0.25 | 63 | 0.32 | 0.63 |
| Hex | BB | BE | 82 | 2 | 0 | 20 | 19 | 3F | 20 | 3F |
| Octal | 273 | 276 | 202 | 2 | 0 | 40 | 31 | 77 | 40 | 77 |
| Binary | 10111011 | 10111110 | 10000010 | 10 | 0 | 100000 | 11001 | 111111 | 100000 | 111111 |
Color Harmonies of #BBBE82
Complementary color
Monochromatic Colors of #BBBE82
Black with #BBBE82
Text Example
Text Example
White with #BBBE82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBE82; }
p { color: rgb(187,190,130); }
H1.HeaderClassName
{
color: #BBBE82;
}
.AnyTagClassName
{
color: #BBBE82;
}
</style>
background-color css
<style>
a { background-color: #BBBE82; }
a { background-color: rgb(187,190,130); }
div.DivClassName
{
background-color: #BBBE82;
}
.BgClassName
{
background-color: #BBBE82;
}
</style>
border-color css
<style>
span { border-color: #BBBE82; }
span { border-color: rgb(187,190,130); }
td.TdClassName
{
border-color: #BBBE82;
}
.TagClassName
{
border-color: #BBBE82;
}
</style>