Shades of Pine Glade #B9C67D
Tints of Pine Glade #B9C67D
RGB
CMYK
RGB Variations
Color information
#B9C67D (or 0xB9C67D) is known color: Pine Glade. HEX triplet: B9, C6 and 7D. RGB value is (185,198,125). Sum of RGB (Red+Green+Blue) = 185+198+125=508 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.42% from 508); Green value is 198 (77.73% from 255 or 38.98% from 508); Blue value is 125 (49.22% from 255 or 24.61% from 508); Max value from RGB is 198 - color contains mainly: green. Hex color #B9C67D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9C67D is #463982. Grayscale: #BABABA. Windows color (decimal): -4602243 or 8242873. OLE color: 8242873.
HSL color Cylindrical-coordinate representation of color #B9C67D: hue angle of 70.68º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B9C67D is Cyan = 0.07, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 185 | 198 | 125 | - |
| CMYK | 0.07 | 0 | 0.37 | 0.22 |
| HSL | 70.68º | 0.39% | 0.63% | - |
| HSV(B) | 70.68º | 0.37% | 0.78% | - |
| XYZ | 43.9 | 52.18 | 27.16 | - |
| YUV | 185.79 | 93.69 | 127.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 198 | 125 | 0.07 | 0 | 0.37 | 0.22 | 70.68 | 0.39 | 0.63 |
| Hex | B9 | C6 | 7D | 7 | 0 | 25 | 16 | 47 | 27 | 3F |
| Octal | 271 | 306 | 175 | 7 | 0 | 45 | 26 | 107 | 47 | 77 |
| Binary | 10111001 | 11000110 | 1111101 | 111 | 0 | 100101 | 10110 | 1000111 | 100111 | 111111 |
Color Harmonies of #B9C67D
Complementary color
Monochromatic Colors of #B9C67D
Black with #B9C67D
Text Example
Text Example
White with #B9C67D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9C67D; }
p { color: rgb(185,198,125); }
H1.HeaderClassName
{
color: #B9C67D;
}
.AnyTagClassName
{
color: #B9C67D;
}
</style>
background-color css
<style>
a { background-color: #B9C67D; }
a { background-color: rgb(185,198,125); }
div.DivClassName
{
background-color: #B9C67D;
}
.BgClassName
{
background-color: #B9C67D;
}
</style>
border-color css
<style>
span { border-color: #B9C67D; }
span { border-color: rgb(185,198,125); }
td.TdClassName
{
border-color: #B9C67D;
}
.TagClassName
{
border-color: #B9C67D;
}
</style>