Shades of Pine Glade #BBC27E
Tints of Pine Glade #BBC27E
RGB
CMYK
RGB Variations
Color information
#BBC27E (or 0xBBC27E) is known color: Pine Glade. HEX triplet: BB, C2 and 7E. RGB value is (187,194,126). Sum of RGB (Red+Green+Blue) = 187+194+126=507 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.88% from 507); Green value is 194 (76.17% from 255 or 38.26% from 507); Blue value is 126 (49.61% from 255 or 24.85% from 507); Max value from RGB is 194 - color contains mainly: green. Hex color #BBC27E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC27E is #443D81. Grayscale: #B8B8B8. Windows color (decimal): -4472194 or 8307387. OLE color: 8307387.
HSL color Cylindrical-coordinate representation of color #BBC27E: hue angle of 66.18º degrees, saturation: 0.36, 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 #BBC27E is Cyan = 0.04, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 194 | 126 | - |
| CMYK | 0.04 | 0 | 0.35 | 0.24 |
| HSL | 66.18º | 0.36% | 0.63% | - |
| HSV(B) | 66.18º | 0.35% | 0.76% | - |
| XYZ | 43.55 | 50.65 | 27.22 | - |
| YUV | 184.16 | 95.18 | 130.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 194 | 126 | 0.04 | 0 | 0.35 | 0.24 | 66.18 | 0.36 | 0.63 |
| Hex | BB | C2 | 7E | 4 | 0 | 23 | 18 | 42 | 24 | 3F |
| Octal | 273 | 302 | 176 | 4 | 0 | 43 | 30 | 102 | 44 | 77 |
| Binary | 10111011 | 11000010 | 1111110 | 100 | 0 | 100011 | 11000 | 1000010 | 100100 | 111111 |
Color Harmonies of #BBC27E
Complementary color
Monochromatic Colors of #BBC27E
Black with #BBC27E
Text Example
Text Example
White with #BBC27E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC27E; }
p { color: rgb(187,194,126); }
H1.HeaderClassName
{
color: #BBC27E;
}
.AnyTagClassName
{
color: #BBC27E;
}
</style>
background-color css
<style>
a { background-color: #BBC27E; }
a { background-color: rgb(187,194,126); }
div.DivClassName
{
background-color: #BBC27E;
}
.BgClassName
{
background-color: #BBC27E;
}
</style>
border-color css
<style>
span { border-color: #BBC27E; }
span { border-color: rgb(187,194,126); }
td.TdClassName
{
border-color: #BBC27E;
}
.TagClassName
{
border-color: #BBC27E;
}
</style>