Shades of Pine Glade #C0C371
Tints of Pine Glade #C0C371
RGB
CMYK
RGB Variations
Color information
#C0C371 (or 0xC0C371) is known color: Pine Glade. HEX triplet: C0, C3 and 71. RGB value is (192,195,113). Sum of RGB (Red+Green+Blue) = 192+195+113=500 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.4% from 500); Green value is 195 (76.56% from 255 or 39% from 500); Blue value is 113 (44.53% from 255 or 22.6% from 500); Max value from RGB is 195 - color contains mainly: green. Hex color #C0C371 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0C371 is #3F3C8E. Grayscale: #B9B9B9. Windows color (decimal): -4144271 or 7455680. OLE color: 7455680.
HSL color Cylindrical-coordinate representation of color #C0C371: hue angle of 62.2º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C0C371 is Cyan = 0.02, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 192 | 195 | 113 | - |
| CMYK | 0.02 | 0 | 0.42 | 0.24 |
| HSL | 62.2º | 0.41% | 0.6% | - |
| HSV(B) | 62.2º | 0.42% | 0.76% | - |
| XYZ | 44.23 | 51.43 | 23.22 | - |
| YUV | 184.76 | 87.51 | 133.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 195 | 113 | 0.02 | 0 | 0.42 | 0.24 | 62.2 | 0.41 | 0.6 |
| Hex | C0 | C3 | 71 | 2 | 0 | 2A | 18 | 3E | 29 | 3C |
| Octal | 300 | 303 | 161 | 2 | 0 | 52 | 30 | 76 | 51 | 74 |
| Binary | 11000000 | 11000011 | 1110001 | 10 | 0 | 101010 | 11000 | 111110 | 101001 | 111100 |
Color Harmonies of #C0C371
Complementary color
Monochromatic Colors of #C0C371
Black with #C0C371
Text Example
Text Example
White with #C0C371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C371; }
p { color: rgb(192,195,113); }
H1.HeaderClassName
{
color: #C0C371;
}
.AnyTagClassName
{
color: #C0C371;
}
</style>
background-color css
<style>
a { background-color: #C0C371; }
a { background-color: rgb(192,195,113); }
div.DivClassName
{
background-color: #C0C371;
}
.BgClassName
{
background-color: #C0C371;
}
</style>
border-color css
<style>
span { border-color: #C0C371; }
span { border-color: rgb(192,195,113); }
td.TdClassName
{
border-color: #C0C371;
}
.TagClassName
{
border-color: #C0C371;
}
</style>