Shades of Pine Glade #C4C782
Tints of Pine Glade #C4C782
RGB
CMYK
RGB Variations
Color information
#C4C782 (or 0xC4C782) is known color: Pine Glade. HEX triplet: C4, C7 and 82. RGB value is (196,199,130). Sum of RGB (Red+Green+Blue) = 196+199+130=525 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.33% from 525); Green value is 199 (78.12% from 255 or 37.90% from 525); Blue value is 130 (51.17% from 255 or 24.76% from 525); Max value from RGB is 199 - color contains mainly: green. Hex color #C4C782 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4C782 is #3B387D. Grayscale: #BEBEBE. Windows color (decimal): -3881086 or 8570820. OLE color: 8570820.
HSL color Cylindrical-coordinate representation of color #C4C782: hue angle of 62.61º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C4C782 is Cyan = 0.02, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 196 | 199 | 130 | - |
| CMYK | 0.02 | 0 | 0.35 | 0.22 |
| HSL | 62.61º | 0.38% | 0.65% | - |
| HSV(B) | 62.61º | 0.35% | 0.78% | - |
| XYZ | 47.22 | 54.19 | 29.09 | - |
| YUV | 190.24 | 94.01 | 132.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 199 | 130 | 0.02 | 0 | 0.35 | 0.22 | 62.61 | 0.38 | 0.65 |
| Hex | C4 | C7 | 82 | 2 | 0 | 23 | 16 | 3F | 26 | 41 |
| Octal | 304 | 307 | 202 | 2 | 0 | 43 | 26 | 77 | 46 | 101 |
| Binary | 11000100 | 11000111 | 10000010 | 10 | 0 | 100011 | 10110 | 111111 | 100110 | 1000001 |
Color Harmonies of #C4C782
Complementary color
Monochromatic Colors of #C4C782
Black with #C4C782
Text Example
Text Example
White with #C4C782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4C782; }
p { color: rgb(196,199,130); }
H1.HeaderClassName
{
color: #C4C782;
}
.AnyTagClassName
{
color: #C4C782;
}
</style>
background-color css
<style>
a { background-color: #C4C782; }
a { background-color: rgb(196,199,130); }
div.DivClassName
{
background-color: #C4C782;
}
.BgClassName
{
background-color: #C4C782;
}
</style>
border-color css
<style>
span { border-color: #C4C782; }
span { border-color: rgb(196,199,130); }
td.TdClassName
{
border-color: #C4C782;
}
.TagClassName
{
border-color: #C4C782;
}
</style>