Shades of Pine Glade #B9BE7F
Tints of Pine Glade #B9BE7F
RGB
CMYK
RGB Variations
Color information
#B9BE7F (or 0xB9BE7F) is known color: Pine Glade. HEX triplet: B9, BE and 7F. RGB value is (185,190,127). Sum of RGB (Red+Green+Blue) = 185+190+127=502 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.85% from 502); Green value is 190 (74.61% from 255 or 37.85% from 502); Blue value is 127 (50% from 255 or 25.30% from 502); Max value from RGB is 190 - color contains mainly: green. Hex color #B9BE7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9BE7F is #464180. Grayscale: #B5B5B5. Windows color (decimal): -4604289 or 8371897. OLE color: 8371897.
HSL color Cylindrical-coordinate representation of color #B9BE7F: hue angle of 64.76º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B9BE7F is Cyan = 0.03, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 185 | 190 | 127 | - |
| CMYK | 0.03 | 0 | 0.33 | 0.25 |
| HSL | 64.76º | 0.33% | 0.62% | - |
| HSV(B) | 64.76º | 0.33% | 0.75% | - |
| XYZ | 42.25 | 48.67 | 27.25 | - |
| YUV | 181.32 | 97.34 | 130.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 190 | 127 | 0.03 | 0 | 0.33 | 0.25 | 64.76 | 0.33 | 0.62 |
| Hex | B9 | BE | 7F | 3 | 0 | 21 | 19 | 41 | 21 | 3E |
| Octal | 271 | 276 | 177 | 3 | 0 | 41 | 31 | 101 | 41 | 76 |
| Binary | 10111001 | 10111110 | 1111111 | 11 | 0 | 100001 | 11001 | 1000001 | 100001 | 111110 |
Color Harmonies of #B9BE7F
Complementary color
Monochromatic Colors of #B9BE7F
Black with #B9BE7F
Text Example
Text Example
White with #B9BE7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9BE7F; }
p { color: rgb(185,190,127); }
H1.HeaderClassName
{
color: #B9BE7F;
}
.AnyTagClassName
{
color: #B9BE7F;
}
</style>
background-color css
<style>
a { background-color: #B9BE7F; }
a { background-color: rgb(185,190,127); }
div.DivClassName
{
background-color: #B9BE7F;
}
.BgClassName
{
background-color: #B9BE7F;
}
</style>
border-color css
<style>
span { border-color: #B9BE7F; }
span { border-color: rgb(185,190,127); }
td.TdClassName
{
border-color: #B9BE7F;
}
.TagClassName
{
border-color: #B9BE7F;
}
</style>