Shades of Pine Glade #B9C27C
Tints of Pine Glade #B9C27C
RGB
CMYK
RGB Variations
Color information
#B9C27C (or 0xB9C27C) is known color: Pine Glade. HEX triplet: B9, C2 and 7C. RGB value is (185,194,124). Sum of RGB (Red+Green+Blue) = 185+194+124=503 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.78% from 503); Green value is 194 (76.17% from 255 or 38.57% from 503); Blue value is 124 (48.83% from 255 or 24.65% from 503); Max value from RGB is 194 - color contains mainly: green. Hex color #B9C27C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9C27C is #463D83. Grayscale: #B7B7B7. Windows color (decimal): -4603268 or 8176313. OLE color: 8176313.
HSL color Cylindrical-coordinate representation of color #B9C27C: hue angle of 67.71º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B9C27C is Cyan = 0.05, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 185 | 194 | 124 | - |
| CMYK | 0.05 | 0 | 0.36 | 0.24 |
| HSL | 67.71º | 0.36% | 0.62% | - |
| HSV(B) | 67.71º | 0.36% | 0.76% | - |
| XYZ | 42.94 | 50.35 | 26.52 | - |
| YUV | 183.33 | 94.52 | 129.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 194 | 124 | 0.05 | 0 | 0.36 | 0.24 | 67.71 | 0.36 | 0.62 |
| Hex | B9 | C2 | 7C | 5 | 0 | 24 | 18 | 44 | 24 | 3E |
| Octal | 271 | 302 | 174 | 5 | 0 | 44 | 30 | 104 | 44 | 76 |
| Binary | 10111001 | 11000010 | 1111100 | 101 | 0 | 100100 | 11000 | 1000100 | 100100 | 111110 |
Color Harmonies of #B9C27C
Complementary color
Monochromatic Colors of #B9C27C
Black with #B9C27C
Text Example
Text Example
White with #B9C27C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9C27C; }
p { color: rgb(185,194,124); }
H1.HeaderClassName
{
color: #B9C27C;
}
.AnyTagClassName
{
color: #B9C27C;
}
</style>
background-color css
<style>
a { background-color: #B9C27C; }
a { background-color: rgb(185,194,124); }
div.DivClassName
{
background-color: #B9C27C;
}
.BgClassName
{
background-color: #B9C27C;
}
</style>
border-color css
<style>
span { border-color: #B9C27C; }
span { border-color: rgb(185,194,124); }
td.TdClassName
{
border-color: #B9C27C;
}
.TagClassName
{
border-color: #B9C27C;
}
</style>