Shades of Pine Glade #BBC37E
Tints of Pine Glade #BBC37E
RGB
CMYK
RGB Variations
Color information
#BBC37E (or 0xBBC37E) is known color: Pine Glade. HEX triplet: BB, C3 and 7E. RGB value is (187,195,126). Sum of RGB (Red+Green+Blue) = 187+195+126=508 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.81% from 508); Green value is 195 (76.56% from 255 or 38.39% from 508); Blue value is 126 (49.61% from 255 or 24.80% from 508); Max value from RGB is 195 - color contains mainly: green. Hex color #BBC37E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC37E is #443C81. Grayscale: #B9B9B9. Windows color (decimal): -4471938 or 8307643. OLE color: 8307643.
HSL color Cylindrical-coordinate representation of color #BBC37E: hue angle of 66.96º degrees, saturation: 0.37, 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 #BBC37E is Cyan = 0.04, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 195 | 126 | - |
| CMYK | 0.04 | 0 | 0.35 | 0.24 |
| HSL | 66.96º | 0.37% | 0.63% | - |
| HSV(B) | 66.96º | 0.35% | 0.76% | - |
| XYZ | 43.77 | 51.1 | 27.3 | - |
| YUV | 184.74 | 94.85 | 129.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 195 | 126 | 0.04 | 0 | 0.35 | 0.24 | 66.96 | 0.37 | 0.63 |
| Hex | BB | C3 | 7E | 4 | 0 | 23 | 18 | 43 | 25 | 3F |
| Octal | 273 | 303 | 176 | 4 | 0 | 43 | 30 | 103 | 45 | 77 |
| Binary | 10111011 | 11000011 | 1111110 | 100 | 0 | 100011 | 11000 | 1000011 | 100101 | 111111 |
Color Harmonies of #BBC37E
Complementary color
Monochromatic Colors of #BBC37E
Black with #BBC37E
Text Example
Text Example
White with #BBC37E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC37E; }
p { color: rgb(187,195,126); }
H1.HeaderClassName
{
color: #BBC37E;
}
.AnyTagClassName
{
color: #BBC37E;
}
</style>
background-color css
<style>
a { background-color: #BBC37E; }
a { background-color: rgb(187,195,126); }
div.DivClassName
{
background-color: #BBC37E;
}
.BgClassName
{
background-color: #BBC37E;
}
</style>
border-color css
<style>
span { border-color: #BBC37E; }
span { border-color: rgb(187,195,126); }
td.TdClassName
{
border-color: #BBC37E;
}
.TagClassName
{
border-color: #BBC37E;
}
</style>