Shades of Pine Glade #BBC57C
Tints of Pine Glade #BBC57C
RGB
CMYK
RGB Variations
Color information
#BBC57C (or 0xBBC57C) is known color: Pine Glade. HEX triplet: BB, C5 and 7C. RGB value is (187,197,124). Sum of RGB (Red+Green+Blue) = 187+197+124=508 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.81% from 508); Green value is 197 (77.34% from 255 or 38.78% from 508); Blue value is 124 (48.83% from 255 or 24.41% from 508); Max value from RGB is 197 - color contains mainly: green. Hex color #BBC57C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC57C is #443A83. Grayscale: #B9B9B9. Windows color (decimal): -4471428 or 8177083. OLE color: 8177083.
HSL color Cylindrical-coordinate representation of color #BBC57C: hue angle of 68.22º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BBC57C is Cyan = 0.05, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 187 | 197 | 124 | - |
| CMYK | 0.05 | 0 | 0.37 | 0.23 |
| HSL | 68.22º | 0.39% | 0.63% | - |
| HSV(B) | 68.22º | 0.37% | 0.77% | - |
| XYZ | 44.1 | 51.95 | 26.77 | - |
| YUV | 185.69 | 93.19 | 128.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 197 | 124 | 0.05 | 0 | 0.37 | 0.23 | 68.22 | 0.39 | 0.63 |
| Hex | BB | C5 | 7C | 5 | 0 | 25 | 17 | 44 | 27 | 3F |
| Octal | 273 | 305 | 174 | 5 | 0 | 45 | 27 | 104 | 47 | 77 |
| Binary | 10111011 | 11000101 | 1111100 | 101 | 0 | 100101 | 10111 | 1000100 | 100111 | 111111 |
Color Harmonies of #BBC57C
Complementary color
Monochromatic Colors of #BBC57C
Black with #BBC57C
Text Example
Text Example
White with #BBC57C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC57C; }
p { color: rgb(187,197,124); }
H1.HeaderClassName
{
color: #BBC57C;
}
.AnyTagClassName
{
color: #BBC57C;
}
</style>
background-color css
<style>
a { background-color: #BBC57C; }
a { background-color: rgb(187,197,124); }
div.DivClassName
{
background-color: #BBC57C;
}
.BgClassName
{
background-color: #BBC57C;
}
</style>
border-color css
<style>
span { border-color: #BBC57C; }
span { border-color: rgb(187,197,124); }
td.TdClassName
{
border-color: #BBC57C;
}
.TagClassName
{
border-color: #BBC57C;
}
</style>