Shades of Pine Glade #BBC57E
Tints of Pine Glade #BBC57E
RGB
CMYK
RGB Variations
Color information
#BBC57E (or 0xBBC57E) is known color: Pine Glade. HEX triplet: BB, C5 and 7E. RGB value is (187,197,126). Sum of RGB (Red+Green+Blue) = 187+197+126=510 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.67% from 510); Green value is 197 (77.34% from 255 or 38.63% from 510); Blue value is 126 (49.61% from 255 or 24.71% from 510); Max value from RGB is 197 - color contains mainly: green. Hex color #BBC57E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC57E is #443A81. Grayscale: #BABABA. Windows color (decimal): -4471426 or 8308155. OLE color: 8308155.
HSL color Cylindrical-coordinate representation of color #BBC57E: hue angle of 68.45º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BBC57E is Cyan = 0.05, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 187 | 197 | 126 | - |
| CMYK | 0.05 | 0 | 0.36 | 0.23 |
| HSL | 68.45º | 0.38% | 0.63% | - |
| HSV(B) | 68.45º | 0.36% | 0.77% | - |
| XYZ | 44.23 | 52 | 27.45 | - |
| YUV | 185.92 | 94.19 | 128.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 197 | 126 | 0.05 | 0 | 0.36 | 0.23 | 68.45 | 0.38 | 0.63 |
| Hex | BB | C5 | 7E | 5 | 0 | 24 | 17 | 44 | 26 | 3F |
| Octal | 273 | 305 | 176 | 5 | 0 | 44 | 27 | 104 | 46 | 77 |
| Binary | 10111011 | 11000101 | 1111110 | 101 | 0 | 100100 | 10111 | 1000100 | 100110 | 111111 |
Color Harmonies of #BBC57E
Complementary color
Monochromatic Colors of #BBC57E
Black with #BBC57E
Text Example
Text Example
White with #BBC57E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC57E; }
p { color: rgb(187,197,126); }
H1.HeaderClassName
{
color: #BBC57E;
}
.AnyTagClassName
{
color: #BBC57E;
}
</style>
background-color css
<style>
a { background-color: #BBC57E; }
a { background-color: rgb(187,197,126); }
div.DivClassName
{
background-color: #BBC57E;
}
.BgClassName
{
background-color: #BBC57E;
}
</style>
border-color css
<style>
span { border-color: #BBC57E; }
span { border-color: rgb(187,197,126); }
td.TdClassName
{
border-color: #BBC57E;
}
.TagClassName
{
border-color: #BBC57E;
}
</style>