Shades of Pine Glade #BBC272
Tints of Pine Glade #BBC272
RGB
CMYK
RGB Variations
Color information
#BBC272 (or 0xBBC272) is known color: Pine Glade. HEX triplet: BB, C2 and 72. RGB value is (187,194,114). Sum of RGB (Red+Green+Blue) = 187+194+114=495 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.78% from 495); Green value is 194 (76.17% from 255 or 39.19% from 495); Blue value is 114 (44.92% from 255 or 23.03% from 495); Max value from RGB is 194 - color contains mainly: green. Hex color #BBC272 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC272 is #443D8D. Grayscale: #B7B7B7. Windows color (decimal): -4472206 or 7520955. OLE color: 7520955.
HSL color Cylindrical-coordinate representation of color #BBC272: hue angle of 65.25º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BBC272 is Cyan = 0.04, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 194 | 114 | - |
| CMYK | 0.04 | 0 | 0.41 | 0.24 |
| HSL | 65.25º | 0.4% | 0.6% | - |
| HSV(B) | 65.25º | 0.41% | 0.76% | - |
| XYZ | 42.82 | 50.36 | 23.38 | - |
| YUV | 182.79 | 89.18 | 131 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 194 | 114 | 0.04 | 0 | 0.41 | 0.24 | 65.25 | 0.4 | 0.6 |
| Hex | BB | C2 | 72 | 4 | 0 | 29 | 18 | 41 | 28 | 3C |
| Octal | 273 | 302 | 162 | 4 | 0 | 51 | 30 | 101 | 50 | 74 |
| Binary | 10111011 | 11000010 | 1110010 | 100 | 0 | 101001 | 11000 | 1000001 | 101000 | 111100 |
Color Harmonies of #BBC272
Complementary color
Monochromatic Colors of #BBC272
Black with #BBC272
Text Example
Text Example
White with #BBC272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC272; }
p { color: rgb(187,194,114); }
H1.HeaderClassName
{
color: #BBC272;
}
.AnyTagClassName
{
color: #BBC272;
}
</style>
background-color css
<style>
a { background-color: #BBC272; }
a { background-color: rgb(187,194,114); }
div.DivClassName
{
background-color: #BBC272;
}
.BgClassName
{
background-color: #BBC272;
}
</style>
border-color css
<style>
span { border-color: #BBC272; }
span { border-color: rgb(187,194,114); }
td.TdClassName
{
border-color: #BBC272;
}
.TagClassName
{
border-color: #BBC272;
}
</style>