Shades of Pine Glade #B9C078
Tints of Pine Glade #B9C078
RGB
CMYK
RGB Variations
Color information
#B9C078 (or 0xB9C078) is known color: Pine Glade. HEX triplet: B9, C0 and 78. RGB value is (185,192,120). Sum of RGB (Red+Green+Blue) = 185+192+120=497 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.22% from 497); Green value is 192 (75.39% from 255 or 38.63% from 497); Blue value is 120 (47.27% from 255 or 24.14% from 497); Max value from RGB is 192 - color contains mainly: green. Hex color #B9C078 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9C078 is #463F87. Grayscale: #B5B5B5. Windows color (decimal): -4603784 or 7913657. OLE color: 7913657.
HSL color Cylindrical-coordinate representation of color #B9C078: hue angle of 65.83º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B9C078 is Cyan = 0.04, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 185 | 192 | 120 | - |
| CMYK | 0.04 | 0 | 0.38 | 0.25 |
| HSL | 65.83º | 0.36% | 0.61% | - |
| HSV(B) | 65.83º | 0.38% | 0.75% | - |
| XYZ | 42.25 | 49.37 | 25.07 | - |
| YUV | 181.7 | 93.18 | 130.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 192 | 120 | 0.04 | 0 | 0.38 | 0.25 | 65.83 | 0.36 | 0.61 |
| Hex | B9 | C0 | 78 | 4 | 0 | 26 | 19 | 42 | 24 | 3D |
| Octal | 271 | 300 | 170 | 4 | 0 | 46 | 31 | 102 | 44 | 75 |
| Binary | 10111001 | 11000000 | 1111000 | 100 | 0 | 100110 | 11001 | 1000010 | 100100 | 111101 |
Color Harmonies of #B9C078
Complementary color
Monochromatic Colors of #B9C078
Black with #B9C078
Text Example
Text Example
White with #B9C078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9C078; }
p { color: rgb(185,192,120); }
H1.HeaderClassName
{
color: #B9C078;
}
.AnyTagClassName
{
color: #B9C078;
}
</style>
background-color css
<style>
a { background-color: #B9C078; }
a { background-color: rgb(185,192,120); }
div.DivClassName
{
background-color: #B9C078;
}
.BgClassName
{
background-color: #B9C078;
}
</style>
border-color css
<style>
span { border-color: #B9C078; }
span { border-color: rgb(185,192,120); }
td.TdClassName
{
border-color: #B9C078;
}
.TagClassName
{
border-color: #B9C078;
}
</style>