Shades of Pine Glade #B9C17E
Tints of Pine Glade #B9C17E
RGB
CMYK
RGB Variations
Color information
#B9C17E (or 0xB9C17E) is known color: Pine Glade. HEX triplet: B9, C1 and 7E. RGB value is (185,193,126). Sum of RGB (Red+Green+Blue) = 185+193+126=504 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.71% from 504); Green value is 193 (75.78% from 255 or 38.29% from 504); Blue value is 126 (49.61% from 255 or 25% from 504); Max value from RGB is 193 - color contains mainly: green. Hex color #B9C17E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9C17E is #463E81. Grayscale: #B7B7B7. Windows color (decimal): -4603522 or 8307129. OLE color: 8307129.
HSL color Cylindrical-coordinate representation of color #B9C17E: hue angle of 67.16º 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 #B9C17E is Cyan = 0.04, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 185 | 193 | 126 | - |
| CMYK | 0.04 | 0 | 0.35 | 0.24 |
| HSL | 67.16º | 0.35% | 0.63% | - |
| HSV(B) | 67.16º | 0.35% | 0.76% | - |
| XYZ | 42.84 | 49.96 | 27.12 | - |
| YUV | 182.97 | 95.85 | 129.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 193 | 126 | 0.04 | 0 | 0.35 | 0.24 | 67.16 | 0.35 | 0.63 |
| Hex | B9 | C1 | 7E | 4 | 0 | 23 | 18 | 43 | 23 | 3F |
| Octal | 271 | 301 | 176 | 4 | 0 | 43 | 30 | 103 | 43 | 77 |
| Binary | 10111001 | 11000001 | 1111110 | 100 | 0 | 100011 | 11000 | 1000011 | 100011 | 111111 |
Color Harmonies of #B9C17E
Complementary color
Monochromatic Colors of #B9C17E
Black with #B9C17E
Text Example
Text Example
White with #B9C17E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9C17E; }
p { color: rgb(185,193,126); }
H1.HeaderClassName
{
color: #B9C17E;
}
.AnyTagClassName
{
color: #B9C17E;
}
</style>
background-color css
<style>
a { background-color: #B9C17E; }
a { background-color: rgb(185,193,126); }
div.DivClassName
{
background-color: #B9C17E;
}
.BgClassName
{
background-color: #B9C17E;
}
</style>
border-color css
<style>
span { border-color: #B9C17E; }
span { border-color: rgb(185,193,126); }
td.TdClassName
{
border-color: #B9C17E;
}
.TagClassName
{
border-color: #B9C17E;
}
</style>