Shades of Pine Glade #C2C678
Tints of Pine Glade #C2C678
RGB
CMYK
RGB Variations
Color information
#C2C678 (or 0xC2C678) is known color: Pine Glade. HEX triplet: C2, C6 and 78. RGB value is (194,198,120). Sum of RGB (Red+Green+Blue) = 194+198+120=512 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.89% from 512); Green value is 198 (77.73% from 255 or 38.67% from 512); Blue value is 120 (47.27% from 255 or 23.44% from 512); Max value from RGB is 198 - color contains mainly: green. Hex color #C2C678 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2C678 is #3D3987. Grayscale: #BCBCBC. Windows color (decimal): -4012424 or 7915202. OLE color: 7915202.
HSL color Cylindrical-coordinate representation of color #C2C678: hue angle of 63.08º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C2C678 is Cyan = 0.02, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 194 | 198 | 120 | - |
| CMYK | 0.02 | 0 | 0.39 | 0.22 |
| HSL | 63.08º | 0.41% | 0.62% | - |
| HSV(B) | 63.08º | 0.39% | 0.78% | - |
| XYZ | 45.83 | 53.21 | 25.62 | - |
| YUV | 187.91 | 89.67 | 132.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 198 | 120 | 0.02 | 0 | 0.39 | 0.22 | 63.08 | 0.41 | 0.62 |
| Hex | C2 | C6 | 78 | 2 | 0 | 27 | 16 | 3F | 29 | 3E |
| Octal | 302 | 306 | 170 | 2 | 0 | 47 | 26 | 77 | 51 | 76 |
| Binary | 11000010 | 11000110 | 1111000 | 10 | 0 | 100111 | 10110 | 111111 | 101001 | 111110 |
Color Harmonies of #C2C678
Complementary color
Monochromatic Colors of #C2C678
Black with #C2C678
Text Example
Text Example
White with #C2C678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C678; }
p { color: rgb(194,198,120); }
H1.HeaderClassName
{
color: #C2C678;
}
.AnyTagClassName
{
color: #C2C678;
}
</style>
background-color css
<style>
a { background-color: #C2C678; }
a { background-color: rgb(194,198,120); }
div.DivClassName
{
background-color: #C2C678;
}
.BgClassName
{
background-color: #C2C678;
}
</style>
border-color css
<style>
span { border-color: #C2C678; }
span { border-color: rgb(194,198,120); }
td.TdClassName
{
border-color: #C2C678;
}
.TagClassName
{
border-color: #C2C678;
}
</style>