Shades of Pine Glade #C5C872
Tints of Pine Glade #C5C872
RGB
CMYK
RGB Variations
Color information
#C5C872 (or 0xC5C872) is known color: Pine Glade. HEX triplet: C5, C8 and 72. RGB value is (197,200,114). Sum of RGB (Red+Green+Blue) = 197+200+114=511 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.55% from 511); Green value is 200 (78.52% from 255 or 39.14% from 511); Blue value is 114 (44.92% from 255 or 22.31% from 511); Max value from RGB is 200 - color contains mainly: green. Hex color #C5C872 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5C872 is #3A378D. Grayscale: #BDBDBD. Windows color (decimal): -3815310 or 7522501. OLE color: 7522501.
HSL color Cylindrical-coordinate representation of color #C5C872: hue angle of 62.09º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C5C872 is Cyan = 0.02, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 197 | 200 | 114 | - |
| CMYK | 0.02 | 0 | 0.43 | 0.22 |
| HSL | 62.09º | 0.44% | 0.62% | - |
| HSV(B) | 62.09º | 0.43% | 0.78% | - |
| XYZ | 46.72 | 54.39 | 23.96 | - |
| YUV | 189.3 | 85.51 | 133.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 200 | 114 | 0.02 | 0 | 0.43 | 0.22 | 62.09 | 0.44 | 0.62 |
| Hex | C5 | C8 | 72 | 2 | 0 | 2B | 16 | 3E | 2C | 3E |
| Octal | 305 | 310 | 162 | 2 | 0 | 53 | 26 | 76 | 54 | 76 |
| Binary | 11000101 | 11001000 | 1110010 | 10 | 0 | 101011 | 10110 | 111110 | 101100 | 111110 |
Color Harmonies of #C5C872
Complementary color
Monochromatic Colors of #C5C872
Black with #C5C872
Text Example
Text Example
White with #C5C872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C872; }
p { color: rgb(197,200,114); }
H1.HeaderClassName
{
color: #C5C872;
}
.AnyTagClassName
{
color: #C5C872;
}
</style>
background-color css
<style>
a { background-color: #C5C872; }
a { background-color: rgb(197,200,114); }
div.DivClassName
{
background-color: #C5C872;
}
.BgClassName
{
background-color: #C5C872;
}
</style>
border-color css
<style>
span { border-color: #C5C872; }
span { border-color: rgb(197,200,114); }
td.TdClassName
{
border-color: #C5C872;
}
.TagClassName
{
border-color: #C5C872;
}
</style>