Shades of Pine Glade #C5C482
Tints of Pine Glade #C5C482
RGB
CMYK
RGB Variations
Color information
#C5C482 (or 0xC5C482) is known color: Pine Glade. HEX triplet: C5, C4 and 82. RGB value is (197,196,130). Sum of RGB (Red+Green+Blue) = 197+196+130=523 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.67% from 523); Green value is 196 (76.95% from 255 or 37.48% from 523); Blue value is 130 (51.17% from 255 or 24.86% from 523); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C482 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5C482 is #3A3B7D. Grayscale: #BDBDBD. Windows color (decimal): -3816318 or 8570053. OLE color: 8570053.
HSL color Cylindrical-coordinate representation of color #C5C482: hue angle of 59.1º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C5C482 is Cyan = 0, Magento = 0.01, Yellow = 0.34 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 196 | 130 | - |
| CMYK | 0 | 0.01 | 0.34 | 0.23 |
| HSL | 59.1º | 0.37% | 0.64% | - |
| HSV(B) | 59.1º | 0.34% | 0.77% | - |
| XYZ | 46.8 | 52.96 | 28.88 | - |
| YUV | 188.78 | 94.83 | 133.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 196 | 130 | 0 | 0.01 | 0.34 | 0.23 | 59.1 | 0.37 | 0.64 |
| Hex | C5 | C4 | 82 | 0 | 1 | 22 | 17 | 3B | 25 | 40 |
| Octal | 305 | 304 | 202 | 0 | 1 | 42 | 27 | 73 | 45 | 100 |
| Binary | 11000101 | 11000100 | 10000010 | 0 | 1 | 100010 | 10111 | 111011 | 100101 | 1000000 |
Color Harmonies of #C5C482
Complementary color
Monochromatic Colors of #C5C482
Black with #C5C482
Text Example
Text Example
White with #C5C482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C482; }
p { color: rgb(197,196,130); }
H1.HeaderClassName
{
color: #C5C482;
}
.AnyTagClassName
{
color: #C5C482;
}
</style>
background-color css
<style>
a { background-color: #C5C482; }
a { background-color: rgb(197,196,130); }
div.DivClassName
{
background-color: #C5C482;
}
.BgClassName
{
background-color: #C5C482;
}
</style>
border-color css
<style>
span { border-color: #C5C482; }
span { border-color: rgb(197,196,130); }
td.TdClassName
{
border-color: #C5C482;
}
.TagClassName
{
border-color: #C5C482;
}
</style>