Shades of Pine Glade #C0C376
Tints of Pine Glade #C0C376
RGB
CMYK
RGB Variations
Color information
#C0C376 (or 0xC0C376) is known color: Pine Glade. HEX triplet: C0, C3 and 76. RGB value is (192,195,118). Sum of RGB (Red+Green+Blue) = 192+195+118=505 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.02% from 505); Green value is 195 (76.56% from 255 or 38.61% from 505); Blue value is 118 (46.48% from 255 or 23.37% from 505); Max value from RGB is 195 - color contains mainly: green. Hex color #C0C376 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0C376 is #3F3C89. Grayscale: #B9B9B9. Windows color (decimal): -4144266 or 7783360. OLE color: 7783360.
HSL color Cylindrical-coordinate representation of color #C0C376: hue angle of 62.34º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C0C376 is Cyan = 0.02, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 192 | 195 | 118 | - |
| CMYK | 0.02 | 0 | 0.39 | 0.24 |
| HSL | 62.34º | 0.39% | 0.61% | - |
| HSV(B) | 62.34º | 0.39% | 0.76% | - |
| XYZ | 44.52 | 51.54 | 24.74 | - |
| YUV | 185.33 | 90.01 | 132.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 195 | 118 | 0.02 | 0 | 0.39 | 0.24 | 62.34 | 0.39 | 0.61 |
| Hex | C0 | C3 | 76 | 2 | 0 | 27 | 18 | 3E | 27 | 3D |
| Octal | 300 | 303 | 166 | 2 | 0 | 47 | 30 | 76 | 47 | 75 |
| Binary | 11000000 | 11000011 | 1110110 | 10 | 0 | 100111 | 11000 | 111110 | 100111 | 111101 |
Color Harmonies of #C0C376
Complementary color
Monochromatic Colors of #C0C376
Black with #C0C376
Text Example
Text Example
White with #C0C376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C376; }
p { color: rgb(192,195,118); }
H1.HeaderClassName
{
color: #C0C376;
}
.AnyTagClassName
{
color: #C0C376;
}
</style>
background-color css
<style>
a { background-color: #C0C376; }
a { background-color: rgb(192,195,118); }
div.DivClassName
{
background-color: #C0C376;
}
.BgClassName
{
background-color: #C0C376;
}
</style>
border-color css
<style>
span { border-color: #C0C376; }
span { border-color: rgb(192,195,118); }
td.TdClassName
{
border-color: #C0C376;
}
.TagClassName
{
border-color: #C0C376;
}
</style>