Shades of Pine Glade #BBC672
Tints of Pine Glade #BBC672
RGB
CMYK
RGB Variations
Color information
#BBC672 (or 0xBBC672) is known color: Pine Glade. HEX triplet: BB, C6 and 72. RGB value is (187,198,114). Sum of RGB (Red+Green+Blue) = 187+198+114=499 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.47% from 499); Green value is 198 (77.73% from 255 or 39.68% from 499); Blue value is 114 (44.92% from 255 or 22.85% from 499); Max value from RGB is 198 - color contains mainly: green. Hex color #BBC672 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC672 is #44398D. Grayscale: #B9B9B9. Windows color (decimal): -4471182 or 7521979. OLE color: 7521979.
HSL color Cylindrical-coordinate representation of color #BBC672: hue angle of 67.86º degrees, saturation: 0.42, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BBC672 is Cyan = 0.06, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 187 | 198 | 114 | - |
| CMYK | 0.06 | 0 | 0.42 | 0.22 |
| HSL | 67.86º | 0.42% | 0.61% | - |
| HSV(B) | 67.86º | 0.42% | 0.78% | - |
| XYZ | 43.72 | 52.17 | 23.68 | - |
| YUV | 185.14 | 87.86 | 129.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 198 | 114 | 0.06 | 0 | 0.42 | 0.22 | 67.86 | 0.42 | 0.61 |
| Hex | BB | C6 | 72 | 6 | 0 | 2A | 16 | 44 | 2A | 3D |
| Octal | 273 | 306 | 162 | 6 | 0 | 52 | 26 | 104 | 52 | 75 |
| Binary | 10111011 | 11000110 | 1110010 | 110 | 0 | 101010 | 10110 | 1000100 | 101010 | 111101 |
Color Harmonies of #BBC672
Complementary color
Monochromatic Colors of #BBC672
Black with #BBC672
Text Example
Text Example
White with #BBC672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC672; }
p { color: rgb(187,198,114); }
H1.HeaderClassName
{
color: #BBC672;
}
.AnyTagClassName
{
color: #BBC672;
}
</style>
background-color css
<style>
a { background-color: #BBC672; }
a { background-color: rgb(187,198,114); }
div.DivClassName
{
background-color: #BBC672;
}
.BgClassName
{
background-color: #BBC672;
}
</style>
border-color css
<style>
span { border-color: #BBC672; }
span { border-color: rgb(187,198,114); }
td.TdClassName
{
border-color: #BBC672;
}
.TagClassName
{
border-color: #BBC672;
}
</style>