Shades of Pine Glade #C2C37D
Tints of Pine Glade #C2C37D
RGB
CMYK
RGB Variations
Color information
#C2C37D (or 0xC2C37D) is known color: Pine Glade. HEX triplet: C2, C3 and 7D. RGB value is (194,195,125). Sum of RGB (Red+Green+Blue) = 194+195+125=514 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.74% from 514); Green value is 195 (76.56% from 255 or 37.94% from 514); Blue value is 125 (49.22% from 255 or 24.32% from 514); Max value from RGB is 195 - color contains mainly: green. Hex color #C2C37D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2C37D is #3D3C82. Grayscale: #BBBBBB. Windows color (decimal): -4013187 or 8242114. OLE color: 8242114.
HSL color Cylindrical-coordinate representation of color #C2C37D: hue angle of 60.86º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C2C37D is Cyan = 0.01, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 195 | 125 | - |
| CMYK | 0.01 | 0 | 0.36 | 0.24 |
| HSL | 60.86º | 0.37% | 0.63% | - |
| HSV(B) | 60.86º | 0.36% | 0.76% | - |
| XYZ | 45.46 | 51.98 | 27.04 | - |
| YUV | 186.72 | 93.17 | 133.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 195 | 125 | 0.01 | 0 | 0.36 | 0.24 | 60.86 | 0.37 | 0.63 |
| Hex | C2 | C3 | 7D | 1 | 0 | 24 | 18 | 3D | 25 | 3F |
| Octal | 302 | 303 | 175 | 1 | 0 | 44 | 30 | 75 | 45 | 77 |
| Binary | 11000010 | 11000011 | 1111101 | 1 | 0 | 100100 | 11000 | 111101 | 100101 | 111111 |
Color Harmonies of #C2C37D
Complementary color
Monochromatic Colors of #C2C37D
Black with #C2C37D
Text Example
Text Example
White with #C2C37D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C37D; }
p { color: rgb(194,195,125); }
H1.HeaderClassName
{
color: #C2C37D;
}
.AnyTagClassName
{
color: #C2C37D;
}
</style>
background-color css
<style>
a { background-color: #C2C37D; }
a { background-color: rgb(194,195,125); }
div.DivClassName
{
background-color: #C2C37D;
}
.BgClassName
{
background-color: #C2C37D;
}
</style>
border-color css
<style>
span { border-color: #C2C37D; }
span { border-color: rgb(194,195,125); }
td.TdClassName
{
border-color: #C2C37D;
}
.TagClassName
{
border-color: #C2C37D;
}
</style>