Shades of Pine Glade #BBC36F
Tints of Pine Glade #BBC36F
RGB
CMYK
RGB Variations
Color information
#BBC36F (or 0xBBC36F) is known color: Pine Glade. HEX triplet: BB, C3 and 6F. RGB value is (187,195,111). Sum of RGB (Red+Green+Blue) = 187+195+111=493 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.93% from 493); Green value is 195 (76.56% from 255 or 39.55% from 493); Blue value is 111 (43.75% from 255 or 22.52% from 493); Max value from RGB is 195 - color contains mainly: green. Hex color #BBC36F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC36F is #443C90. Grayscale: #B7B7B7. Windows color (decimal): -4471953 or 7324603. OLE color: 7324603.
HSL color Cylindrical-coordinate representation of color #BBC36F: hue angle of 65.71º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BBC36F is Cyan = 0.04, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 195 | 111 | - |
| CMYK | 0.04 | 0 | 0.43 | 0.24 |
| HSL | 65.71º | 0.41% | 0.6% | - |
| HSV(B) | 65.71º | 0.43% | 0.76% | - |
| XYZ | 42.88 | 50.74 | 22.57 | - |
| YUV | 183.03 | 87.35 | 130.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 195 | 111 | 0.04 | 0 | 0.43 | 0.24 | 65.71 | 0.41 | 0.6 |
| Hex | BB | C3 | 6F | 4 | 0 | 2B | 18 | 42 | 29 | 3C |
| Octal | 273 | 303 | 157 | 4 | 0 | 53 | 30 | 102 | 51 | 74 |
| Binary | 10111011 | 11000011 | 1101111 | 100 | 0 | 101011 | 11000 | 1000010 | 101001 | 111100 |
Color Harmonies of #BBC36F
Complementary color
Monochromatic Colors of #BBC36F
Black with #BBC36F
Text Example
Text Example
White with #BBC36F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC36F; }
p { color: rgb(187,195,111); }
H1.HeaderClassName
{
color: #BBC36F;
}
.AnyTagClassName
{
color: #BBC36F;
}
</style>
background-color css
<style>
a { background-color: #BBC36F; }
a { background-color: rgb(187,195,111); }
div.DivClassName
{
background-color: #BBC36F;
}
.BgClassName
{
background-color: #BBC36F;
}
</style>
border-color css
<style>
span { border-color: #BBC36F; }
span { border-color: rgb(187,195,111); }
td.TdClassName
{
border-color: #BBC36F;
}
.TagClassName
{
border-color: #BBC36F;
}
</style>