Shades of Pine Glade #C0C377
Tints of Pine Glade #C0C377
RGB
CMYK
RGB Variations
Color information
#C0C377 (or 0xC0C377) is known color: Pine Glade. HEX triplet: C0, C3 and 77. RGB value is (192,195,119). Sum of RGB (Red+Green+Blue) = 192+195+119=506 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.94% from 506); Green value is 195 (76.56% from 255 or 38.54% from 506); Blue value is 119 (46.88% from 255 or 23.52% from 506); Max value from RGB is 195 - color contains mainly: green. Hex color #C0C377 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0C377 is #3F3C88. Grayscale: #B9B9B9. Windows color (decimal): -4144265 or 7848896. OLE color: 7848896.
HSL color Cylindrical-coordinate representation of color #C0C377: hue angle of 62.37º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C0C377 is Cyan = 0.02, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 192 | 195 | 119 | - |
| CMYK | 0.02 | 0 | 0.39 | 0.24 |
| HSL | 62.37º | 0.39% | 0.62% | - |
| HSV(B) | 62.37º | 0.39% | 0.76% | - |
| XYZ | 44.58 | 51.57 | 25.06 | - |
| YUV | 185.44 | 90.51 | 132.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 195 | 119 | 0.02 | 0 | 0.39 | 0.24 | 62.37 | 0.39 | 0.62 |
| Hex | C0 | C3 | 77 | 2 | 0 | 27 | 18 | 3E | 27 | 3E |
| Octal | 300 | 303 | 167 | 2 | 0 | 47 | 30 | 76 | 47 | 76 |
| Binary | 11000000 | 11000011 | 1110111 | 10 | 0 | 100111 | 11000 | 111110 | 100111 | 111110 |
Color Harmonies of #C0C377
Complementary color
Monochromatic Colors of #C0C377
Black with #C0C377
Text Example
Text Example
White with #C0C377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C377; }
p { color: rgb(192,195,119); }
H1.HeaderClassName
{
color: #C0C377;
}
.AnyTagClassName
{
color: #C0C377;
}
</style>
background-color css
<style>
a { background-color: #C0C377; }
a { background-color: rgb(192,195,119); }
div.DivClassName
{
background-color: #C0C377;
}
.BgClassName
{
background-color: #C0C377;
}
</style>
border-color css
<style>
span { border-color: #C0C377; }
span { border-color: rgb(192,195,119); }
td.TdClassName
{
border-color: #C0C377;
}
.TagClassName
{
border-color: #C0C377;
}
</style>