Shades of Pine Glade #C0C273
Tints of Pine Glade #C0C273
RGB
CMYK
RGB Variations
Color information
#C0C273 (or 0xC0C273) is known color: Pine Glade. HEX triplet: C0, C2 and 73. RGB value is (192,194,115). Sum of RGB (Red+Green+Blue) = 192+194+115=501 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.32% from 501); Green value is 194 (76.17% from 255 or 38.72% from 501); Blue value is 115 (45.31% from 255 or 22.95% from 501); Max value from RGB is 194 - color contains mainly: green. Hex color #C0C273 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0C273 is #3F3D8C. Grayscale: #B8B8B8. Windows color (decimal): -4144525 or 7586496. OLE color: 7586496.
HSL color Cylindrical-coordinate representation of color #C0C273: hue angle of 61.52º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C0C273 is Cyan = 0.01, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 192 | 194 | 115 | - |
| CMYK | 0.01 | 0 | 0.41 | 0.24 |
| HSL | 61.52º | 0.39% | 0.61% | - |
| HSV(B) | 61.52º | 0.41% | 0.76% | - |
| XYZ | 44.12 | 51.03 | 23.74 | - |
| YUV | 184.4 | 88.84 | 133.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 194 | 115 | 0.01 | 0 | 0.41 | 0.24 | 61.52 | 0.39 | 0.61 |
| Hex | C0 | C2 | 73 | 1 | 0 | 29 | 18 | 3E | 27 | 3D |
| Octal | 300 | 302 | 163 | 1 | 0 | 51 | 30 | 76 | 47 | 75 |
| Binary | 11000000 | 11000010 | 1110011 | 1 | 0 | 101001 | 11000 | 111110 | 100111 | 111101 |
Color Harmonies of #C0C273
Complementary color
Monochromatic Colors of #C0C273
Black with #C0C273
Text Example
Text Example
White with #C0C273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C273; }
p { color: rgb(192,194,115); }
H1.HeaderClassName
{
color: #C0C273;
}
.AnyTagClassName
{
color: #C0C273;
}
</style>
background-color css
<style>
a { background-color: #C0C273; }
a { background-color: rgb(192,194,115); }
div.DivClassName
{
background-color: #C0C273;
}
.BgClassName
{
background-color: #C0C273;
}
</style>
border-color css
<style>
span { border-color: #C0C273; }
span { border-color: rgb(192,194,115); }
td.TdClassName
{
border-color: #C0C273;
}
.TagClassName
{
border-color: #C0C273;
}
</style>