Shades of Pine Glade #BBBF70
Tints of Pine Glade #BBBF70
RGB
CMYK
RGB Variations
Color information
#BBBF70 (or 0xBBBF70) is known color: Pine Glade. HEX triplet: BB, BF and 70. RGB value is (187,191,112). Sum of RGB (Red+Green+Blue) = 187+191+112=490 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.16% from 490); Green value is 191 (75% from 255 or 38.98% from 490); Blue value is 112 (44.14% from 255 or 22.86% from 490); Max value from RGB is 191 - color contains mainly: green. Hex color #BBBF70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBBF70 is #44408F. Grayscale: #B5B5B5. Windows color (decimal): -4472976 or 7389115. OLE color: 7389115.
HSL color Cylindrical-coordinate representation of color #BBBF70: hue angle of 63.04º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BBBF70 is Cyan = 0.02, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 187 | 191 | 112 | - |
| CMYK | 0.02 | 0 | 0.41 | 0.25 |
| HSL | 63.04º | 0.38% | 0.59% | - |
| HSV(B) | 63.04º | 0.41% | 0.75% | - |
| XYZ | 42.05 | 49 | 22.57 | - |
| YUV | 180.8 | 89.17 | 132.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 191 | 112 | 0.02 | 0 | 0.41 | 0.25 | 63.04 | 0.38 | 0.59 |
| Hex | BB | BF | 70 | 2 | 0 | 29 | 19 | 3F | 26 | 3B |
| Octal | 273 | 277 | 160 | 2 | 0 | 51 | 31 | 77 | 46 | 73 |
| Binary | 10111011 | 10111111 | 1110000 | 10 | 0 | 101001 | 11001 | 111111 | 100110 | 111011 |
Color Harmonies of #BBBF70
Complementary color
Monochromatic Colors of #BBBF70
Black with #BBBF70
Text Example
Text Example
White with #BBBF70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBF70; }
p { color: rgb(187,191,112); }
H1.HeaderClassName
{
color: #BBBF70;
}
.AnyTagClassName
{
color: #BBBF70;
}
</style>
background-color css
<style>
a { background-color: #BBBF70; }
a { background-color: rgb(187,191,112); }
div.DivClassName
{
background-color: #BBBF70;
}
.BgClassName
{
background-color: #BBBF70;
}
</style>
border-color css
<style>
span { border-color: #BBBF70; }
span { border-color: rgb(187,191,112); }
td.TdClassName
{
border-color: #BBBF70;
}
.TagClassName
{
border-color: #BBBF70;
}
</style>