Shades of Pine Glade #C4C874
Tints of Pine Glade #C4C874
RGB
CMYK
RGB Variations
Color information
#C4C874 (or 0xC4C874) is known color: Pine Glade. HEX triplet: C4, C8 and 74. RGB value is (196,200,116). Sum of RGB (Red+Green+Blue) = 196+200+116=512 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.28% from 512); Green value is 200 (78.52% from 255 or 39.06% from 512); Blue value is 116 (45.70% from 255 or 22.66% from 512); Max value from RGB is 200 - color contains mainly: green. Hex color #C4C874 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4C874 is #3B378B. Grayscale: #BDBDBD. Windows color (decimal): -3880844 or 7653572. OLE color: 7653572.
HSL color Cylindrical-coordinate representation of color #C4C874: hue angle of 62.86º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C4C874 is Cyan = 0.02, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 196 | 200 | 116 | - |
| CMYK | 0.02 | 0 | 0.42 | 0.22 |
| HSL | 62.86º | 0.43% | 0.62% | - |
| HSV(B) | 62.86º | 0.42% | 0.78% | - |
| XYZ | 46.57 | 54.31 | 24.55 | - |
| YUV | 189.23 | 86.67 | 132.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 200 | 116 | 0.02 | 0 | 0.42 | 0.22 | 62.86 | 0.43 | 0.62 |
| Hex | C4 | C8 | 74 | 2 | 0 | 2A | 16 | 3F | 2B | 3E |
| Octal | 304 | 310 | 164 | 2 | 0 | 52 | 26 | 77 | 53 | 76 |
| Binary | 11000100 | 11001000 | 1110100 | 10 | 0 | 101010 | 10110 | 111111 | 101011 | 111110 |
Color Harmonies of #C4C874
Complementary color
Monochromatic Colors of #C4C874
Black with #C4C874
Text Example
Text Example
White with #C4C874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4C874; }
p { color: rgb(196,200,116); }
H1.HeaderClassName
{
color: #C4C874;
}
.AnyTagClassName
{
color: #C4C874;
}
</style>
background-color css
<style>
a { background-color: #C4C874; }
a { background-color: rgb(196,200,116); }
div.DivClassName
{
background-color: #C4C874;
}
.BgClassName
{
background-color: #C4C874;
}
</style>
border-color css
<style>
span { border-color: #C4C874; }
span { border-color: rgb(196,200,116); }
td.TdClassName
{
border-color: #C4C874;
}
.TagClassName
{
border-color: #C4C874;
}
</style>