Shades of Pine Glade #B4C078
Tints of Pine Glade #B4C078
RGB
CMYK
RGB Variations
Color information
#B4C078 (or 0xB4C078) is known color: Pine Glade. HEX triplet: B4, C0 and 78. RGB value is (180,192,120). Sum of RGB (Red+Green+Blue) = 180+192+120=492 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.59% from 492); Green value is 192 (75.39% from 255 or 39.02% from 492); Blue value is 120 (47.27% from 255 or 24.39% from 492); Max value from RGB is 192 - color contains mainly: green. Hex color #B4C078 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4C078 is #4B3F87. Grayscale: #B4B4B4. Windows color (decimal): -4931464 or 7913652. OLE color: 7913652.
HSL color Cylindrical-coordinate representation of color #B4C078: hue angle of 70º 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 #B4C078 is Cyan = 0.06, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 180 | 192 | 120 | - |
| CMYK | 0.06 | 0 | 0.38 | 0.25 |
| HSL | 70º | 0.36% | 0.61% | - |
| HSV(B) | 70º | 0.38% | 0.75% | - |
| XYZ | 41.06 | 48.76 | 25.02 | - |
| YUV | 180.2 | 94.02 | 127.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 192 | 120 | 0.06 | 0 | 0.38 | 0.25 | 70 | 0.36 | 0.61 |
| Hex | B4 | C0 | 78 | 6 | 0 | 26 | 19 | 46 | 24 | 3D |
| Octal | 264 | 300 | 170 | 6 | 0 | 46 | 31 | 106 | 44 | 75 |
| Binary | 10110100 | 11000000 | 1111000 | 110 | 0 | 100110 | 11001 | 1000110 | 100100 | 111101 |
Color Harmonies of #B4C078
Complementary color
Monochromatic Colors of #B4C078
Black with #B4C078
Text Example
Text Example
White with #B4C078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4C078; }
p { color: rgb(180,192,120); }
H1.HeaderClassName
{
color: #B4C078;
}
.AnyTagClassName
{
color: #B4C078;
}
</style>
background-color css
<style>
a { background-color: #B4C078; }
a { background-color: rgb(180,192,120); }
div.DivClassName
{
background-color: #B4C078;
}
.BgClassName
{
background-color: #B4C078;
}
</style>
border-color css
<style>
span { border-color: #B4C078; }
span { border-color: rgb(180,192,120); }
td.TdClassName
{
border-color: #B4C078;
}
.TagClassName
{
border-color: #B4C078;
}
</style>