Shades of Pine Glade #C2C37F
Tints of Pine Glade #C2C37F
RGB
CMYK
RGB Variations
Color information
#C2C37F (or 0xC2C37F) is known color: Pine Glade. HEX triplet: C2, C3 and 7F. RGB value is (194,195,127). Sum of RGB (Red+Green+Blue) = 194+195+127=516 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.60% from 516); Green value is 195 (76.56% from 255 or 37.79% from 516); Blue value is 127 (50% from 255 or 24.61% from 516); Max value from RGB is 195 - color contains mainly: green. Hex color #C2C37F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2C37F is #3D3C80. Grayscale: #BBBBBB. Windows color (decimal): -4013185 or 8373186. OLE color: 8373186.
HSL color Cylindrical-coordinate representation of color #C2C37F: hue angle of 60.88º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C2C37F is Cyan = 0.01, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 195 | 127 | - |
| CMYK | 0.01 | 0 | 0.35 | 0.24 |
| HSL | 60.88º | 0.36% | 0.63% | - |
| HSV(B) | 60.88º | 0.35% | 0.76% | - |
| XYZ | 45.59 | 52.03 | 27.72 | - |
| YUV | 186.95 | 94.17 | 133.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 195 | 127 | 0.01 | 0 | 0.35 | 0.24 | 60.88 | 0.36 | 0.63 |
| Hex | C2 | C3 | 7F | 1 | 0 | 23 | 18 | 3D | 24 | 3F |
| Octal | 302 | 303 | 177 | 1 | 0 | 43 | 30 | 75 | 44 | 77 |
| Binary | 11000010 | 11000011 | 1111111 | 1 | 0 | 100011 | 11000 | 111101 | 100100 | 111111 |
Color Harmonies of #C2C37F
Complementary color
Monochromatic Colors of #C2C37F
Black with #C2C37F
Text Example
Text Example
White with #C2C37F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C37F; }
p { color: rgb(194,195,127); }
H1.HeaderClassName
{
color: #C2C37F;
}
.AnyTagClassName
{
color: #C2C37F;
}
</style>
background-color css
<style>
a { background-color: #C2C37F; }
a { background-color: rgb(194,195,127); }
div.DivClassName
{
background-color: #C2C37F;
}
.BgClassName
{
background-color: #C2C37F;
}
</style>
border-color css
<style>
span { border-color: #C2C37F; }
span { border-color: rgb(194,195,127); }
td.TdClassName
{
border-color: #C2C37F;
}
.TagClassName
{
border-color: #C2C37F;
}
</style>