Shades of Pine Glade #C2C87C
Tints of Pine Glade #C2C87C
RGB
CMYK
RGB Variations
Color information
#C2C87C (or 0xC2C87C) is known color: Pine Glade. HEX triplet: C2, C8 and 7C. RGB value is (194,200,124). Sum of RGB (Red+Green+Blue) = 194+200+124=518 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.45% from 518); Green value is 200 (78.52% from 255 or 38.61% from 518); Blue value is 124 (48.83% from 255 or 23.94% from 518); Max value from RGB is 200 - color contains mainly: green. Hex color #C2C87C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2C87C is #3D3783. Grayscale: #BDBDBD. Windows color (decimal): -4011908 or 8177858. OLE color: 8177858.
HSL color Cylindrical-coordinate representation of color #C2C87C: hue angle of 64.74º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C2C87C is Cyan = 0.03, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 194 | 200 | 124 | - |
| CMYK | 0.03 | 0 | 0.38 | 0.22 |
| HSL | 64.74º | 0.41% | 0.64% | - |
| HSV(B) | 64.74º | 0.38% | 0.78% | - |
| XYZ | 46.54 | 54.23 | 27.08 | - |
| YUV | 189.54 | 91.01 | 131.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 200 | 124 | 0.03 | 0 | 0.38 | 0.22 | 64.74 | 0.41 | 0.64 |
| Hex | C2 | C8 | 7C | 3 | 0 | 26 | 16 | 41 | 29 | 40 |
| Octal | 302 | 310 | 174 | 3 | 0 | 46 | 26 | 101 | 51 | 100 |
| Binary | 11000010 | 11001000 | 1111100 | 11 | 0 | 100110 | 10110 | 1000001 | 101001 | 1000000 |
Color Harmonies of #C2C87C
Complementary color
Monochromatic Colors of #C2C87C
Black with #C2C87C
Text Example
Text Example
White with #C2C87C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C87C; }
p { color: rgb(194,200,124); }
H1.HeaderClassName
{
color: #C2C87C;
}
.AnyTagClassName
{
color: #C2C87C;
}
</style>
background-color css
<style>
a { background-color: #C2C87C; }
a { background-color: rgb(194,200,124); }
div.DivClassName
{
background-color: #C2C87C;
}
.BgClassName
{
background-color: #C2C87C;
}
</style>
border-color css
<style>
span { border-color: #C2C87C; }
span { border-color: rgb(194,200,124); }
td.TdClassName
{
border-color: #C2C87C;
}
.TagClassName
{
border-color: #C2C87C;
}
</style>