Shades of Pine Glade #C4C978
Tints of Pine Glade #C4C978
RGB
CMYK
RGB Variations
Color information
#C4C978 (or 0xC4C978) is known color: Pine Glade. HEX triplet: C4, C9 and 78. RGB value is (196,201,120). Sum of RGB (Red+Green+Blue) = 196+201+120=517 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.91% from 517); Green value is 201 (78.91% from 255 or 38.88% from 517); Blue value is 120 (47.27% from 255 or 23.21% from 517); Max value from RGB is 201 - color contains mainly: green. Hex color #C4C978 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4C978 is #3B3687. Grayscale: #BEBEBE. Windows color (decimal): -3880584 or 7915972. OLE color: 7915972.
HSL color Cylindrical-coordinate representation of color #C4C978: hue angle of 63.7º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C4C978 is Cyan = 0.02, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 196 | 201 | 120 | - |
| CMYK | 0.02 | 0 | 0.40 | 0.21 |
| HSL | 63.7º | 0.43% | 0.63% | - |
| HSV(B) | 63.7º | 0.4% | 0.79% | - |
| XYZ | 47.04 | 54.87 | 25.88 | - |
| YUV | 190.27 | 88.34 | 132.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 201 | 120 | 0.02 | 0 | 0.40 | 0.21 | 63.7 | 0.43 | 0.63 |
| Hex | C4 | C9 | 78 | 2 | 0 | 28 | 15 | 40 | 2B | 3F |
| Octal | 304 | 311 | 170 | 2 | 0 | 50 | 25 | 100 | 53 | 77 |
| Binary | 11000100 | 11001001 | 1111000 | 10 | 0 | 101000 | 10101 | 1000000 | 101011 | 111111 |
Color Harmonies of #C4C978
Complementary color
Monochromatic Colors of #C4C978
Black with #C4C978
Text Example
Text Example
White with #C4C978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4C978; }
p { color: rgb(196,201,120); }
H1.HeaderClassName
{
color: #C4C978;
}
.AnyTagClassName
{
color: #C4C978;
}
</style>
background-color css
<style>
a { background-color: #C4C978; }
a { background-color: rgb(196,201,120); }
div.DivClassName
{
background-color: #C4C978;
}
.BgClassName
{
background-color: #C4C978;
}
</style>
border-color css
<style>
span { border-color: #C4C978; }
span { border-color: rgb(196,201,120); }
td.TdClassName
{
border-color: #C4C978;
}
.TagClassName
{
border-color: #C4C978;
}
</style>