Shades of Pine Glade #BBBF82
Tints of Pine Glade #BBBF82
RGB
CMYK
RGB Variations
Color information
#BBBF82 (or 0xBBBF82) is known color: Pine Glade. HEX triplet: BB, BF and 82. RGB value is (187,191,130). Sum of RGB (Red+Green+Blue) = 187+191+130=508 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.81% from 508); Green value is 191 (75% from 255 or 37.60% from 508); Blue value is 130 (51.17% from 255 or 25.59% from 508); Max value from RGB is 191 - color contains mainly: green. Hex color #BBBF82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBBF82 is #44407D. Grayscale: #B7B7B7. Windows color (decimal): -4472958 or 8568763. OLE color: 8568763.
HSL color Cylindrical-coordinate representation of color #BBBF82: hue angle of 63.93º 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 #BBBF82 is Cyan = 0.02, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 187 | 191 | 130 | - |
| CMYK | 0.02 | 0 | 0.32 | 0.25 |
| HSL | 63.93º | 0.32% | 0.63% | - |
| HSV(B) | 63.93º | 0.32% | 0.75% | - |
| XYZ | 43.15 | 49.44 | 28.39 | - |
| YUV | 182.85 | 98.17 | 130.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 191 | 130 | 0.02 | 0 | 0.32 | 0.25 | 63.93 | 0.32 | 0.63 |
| Hex | BB | BF | 82 | 2 | 0 | 20 | 19 | 40 | 20 | 3F |
| Octal | 273 | 277 | 202 | 2 | 0 | 40 | 31 | 100 | 40 | 77 |
| Binary | 10111011 | 10111111 | 10000010 | 10 | 0 | 100000 | 11001 | 1000000 | 100000 | 111111 |
Color Harmonies of #BBBF82
Complementary color
Monochromatic Colors of #BBBF82
Black with #BBBF82
Text Example
Text Example
White with #BBBF82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBF82; }
p { color: rgb(187,191,130); }
H1.HeaderClassName
{
color: #BBBF82;
}
.AnyTagClassName
{
color: #BBBF82;
}
</style>
background-color css
<style>
a { background-color: #BBBF82; }
a { background-color: rgb(187,191,130); }
div.DivClassName
{
background-color: #BBBF82;
}
.BgClassName
{
background-color: #BBBF82;
}
</style>
border-color css
<style>
span { border-color: #BBBF82; }
span { border-color: rgb(187,191,130); }
td.TdClassName
{
border-color: #BBBF82;
}
.TagClassName
{
border-color: #BBBF82;
}
</style>