Shades of Pine Glade #BBC27F
Tints of Pine Glade #BBC27F
RGB
CMYK
RGB Variations
Color information
#BBC27F (or 0xBBC27F) is known color: Pine Glade. HEX triplet: BB, C2 and 7F. RGB value is (187,194,127). Sum of RGB (Red+Green+Blue) = 187+194+127=508 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.81% from 508); Green value is 194 (76.17% from 255 or 38.19% from 508); Blue value is 127 (50% from 255 or 25% from 508); Max value from RGB is 194 - color contains mainly: green. Hex color #BBC27F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC27F is #443D80. Grayscale: #B8B8B8. Windows color (decimal): -4472193 or 8372923. OLE color: 8372923.
HSL color Cylindrical-coordinate representation of color #BBC27F: hue angle of 66.27º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BBC27F is Cyan = 0.04, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 194 | 127 | - |
| CMYK | 0.04 | 0 | 0.35 | 0.24 |
| HSL | 66.27º | 0.35% | 0.63% | - |
| HSV(B) | 66.27º | 0.35% | 0.76% | - |
| XYZ | 43.62 | 50.68 | 27.56 | - |
| YUV | 184.27 | 95.68 | 129.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 194 | 127 | 0.04 | 0 | 0.35 | 0.24 | 66.27 | 0.35 | 0.63 |
| Hex | BB | C2 | 7F | 4 | 0 | 23 | 18 | 42 | 23 | 3F |
| Octal | 273 | 302 | 177 | 4 | 0 | 43 | 30 | 102 | 43 | 77 |
| Binary | 10111011 | 11000010 | 1111111 | 100 | 0 | 100011 | 11000 | 1000010 | 100011 | 111111 |
Color Harmonies of #BBC27F
Complementary color
Monochromatic Colors of #BBC27F
Black with #BBC27F
Text Example
Text Example
White with #BBC27F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC27F; }
p { color: rgb(187,194,127); }
H1.HeaderClassName
{
color: #BBC27F;
}
.AnyTagClassName
{
color: #BBC27F;
}
</style>
background-color css
<style>
a { background-color: #BBC27F; }
a { background-color: rgb(187,194,127); }
div.DivClassName
{
background-color: #BBC27F;
}
.BgClassName
{
background-color: #BBC27F;
}
</style>
border-color css
<style>
span { border-color: #BBC27F; }
span { border-color: rgb(187,194,127); }
td.TdClassName
{
border-color: #BBC27F;
}
.TagClassName
{
border-color: #BBC27F;
}
</style>