Shades of Pine Glade #BBC472
Tints of Pine Glade #BBC472
RGB
CMYK
RGB Variations
Color information
#BBC472 (or 0xBBC472) is known color: Pine Glade. HEX triplet: BB, C4 and 72. RGB value is (187,196,114). Sum of RGB (Red+Green+Blue) = 187+196+114=497 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.63% from 497); Green value is 196 (76.95% from 255 or 39.44% from 497); Blue value is 114 (44.92% from 255 or 22.94% from 497); Max value from RGB is 196 - color contains mainly: green. Hex color #BBC472 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC472 is #443B8D. Grayscale: #B8B8B8. Windows color (decimal): -4471694 or 7521467. OLE color: 7521467.
HSL color Cylindrical-coordinate representation of color #BBC472: hue angle of 66.59º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BBC472 is Cyan = 0.05, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 187 | 196 | 114 | - |
| CMYK | 0.05 | 0 | 0.42 | 0.23 |
| HSL | 66.59º | 0.41% | 0.61% | - |
| HSV(B) | 66.59º | 0.42% | 0.77% | - |
| XYZ | 43.27 | 51.26 | 23.53 | - |
| YUV | 183.96 | 88.52 | 130.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 196 | 114 | 0.05 | 0 | 0.42 | 0.23 | 66.59 | 0.41 | 0.61 |
| Hex | BB | C4 | 72 | 5 | 0 | 2A | 17 | 43 | 29 | 3D |
| Octal | 273 | 304 | 162 | 5 | 0 | 52 | 27 | 103 | 51 | 75 |
| Binary | 10111011 | 11000100 | 1110010 | 101 | 0 | 101010 | 10111 | 1000011 | 101001 | 111101 |
Color Harmonies of #BBC472
Complementary color
Monochromatic Colors of #BBC472
Black with #BBC472
Text Example
Text Example
White with #BBC472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC472; }
p { color: rgb(187,196,114); }
H1.HeaderClassName
{
color: #BBC472;
}
.AnyTagClassName
{
color: #BBC472;
}
</style>
background-color css
<style>
a { background-color: #BBC472; }
a { background-color: rgb(187,196,114); }
div.DivClassName
{
background-color: #BBC472;
}
.BgClassName
{
background-color: #BBC472;
}
</style>
border-color css
<style>
span { border-color: #BBC472; }
span { border-color: rgb(187,196,114); }
td.TdClassName
{
border-color: #BBC472;
}
.TagClassName
{
border-color: #BBC472;
}
</style>