Shades of Pine Glade #BBC17E
Tints of Pine Glade #BBC17E
RGB
CMYK
RGB Variations
Color information
#BBC17E (or 0xBBC17E) is known color: Pine Glade. HEX triplet: BB, C1 and 7E. RGB value is (187,193,126). Sum of RGB (Red+Green+Blue) = 187+193+126=506 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.96% from 506); Green value is 193 (75.78% from 255 or 38.14% from 506); Blue value is 126 (49.61% from 255 or 24.90% from 506); Max value from RGB is 193 - color contains mainly: green. Hex color #BBC17E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC17E is #443E81. Grayscale: #B7B7B7. Windows color (decimal): -4472450 or 8307131. OLE color: 8307131.
HSL color Cylindrical-coordinate representation of color #BBC17E: hue angle of 65.37º 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 #BBC17E is Cyan = 0.03, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 193 | 126 | - |
| CMYK | 0.03 | 0 | 0.35 | 0.24 |
| HSL | 65.37º | 0.35% | 0.63% | - |
| HSV(B) | 65.37º | 0.35% | 0.76% | - |
| XYZ | 43.33 | 50.21 | 27.15 | - |
| YUV | 183.57 | 95.51 | 130.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 193 | 126 | 0.03 | 0 | 0.35 | 0.24 | 65.37 | 0.35 | 0.63 |
| Hex | BB | C1 | 7E | 3 | 0 | 23 | 18 | 41 | 23 | 3F |
| Octal | 273 | 301 | 176 | 3 | 0 | 43 | 30 | 101 | 43 | 77 |
| Binary | 10111011 | 11000001 | 1111110 | 11 | 0 | 100011 | 11000 | 1000001 | 100011 | 111111 |
Color Harmonies of #BBC17E
Complementary color
Monochromatic Colors of #BBC17E
Black with #BBC17E
Text Example
Text Example
White with #BBC17E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC17E; }
p { color: rgb(187,193,126); }
H1.HeaderClassName
{
color: #BBC17E;
}
.AnyTagClassName
{
color: #BBC17E;
}
</style>
background-color css
<style>
a { background-color: #BBC17E; }
a { background-color: rgb(187,193,126); }
div.DivClassName
{
background-color: #BBC17E;
}
.BgClassName
{
background-color: #BBC17E;
}
</style>
border-color css
<style>
span { border-color: #BBC17E; }
span { border-color: rgb(187,193,126); }
td.TdClassName
{
border-color: #BBC17E;
}
.TagClassName
{
border-color: #BBC17E;
}
</style>