Shades of Pine Glade #C0C36F
Tints of Pine Glade #C0C36F
RGB
CMYK
RGB Variations
Color information
#C0C36F (or 0xC0C36F) is known color: Pine Glade. HEX triplet: C0, C3 and 6F. RGB value is (192,195,111). Sum of RGB (Red+Green+Blue) = 192+195+111=498 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.55% from 498); Green value is 195 (76.56% from 255 or 39.16% from 498); Blue value is 111 (43.75% from 255 or 22.29% from 498); Max value from RGB is 195 - color contains mainly: green. Hex color #C0C36F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0C36F is #3F3C90. Grayscale: #B8B8B8. Windows color (decimal): -4144273 or 7324608. OLE color: 7324608.
HSL color Cylindrical-coordinate representation of color #C0C36F: hue angle of 62.14º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C0C36F is Cyan = 0.02, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 192 | 195 | 111 | - |
| CMYK | 0.02 | 0 | 0.43 | 0.24 |
| HSL | 62.14º | 0.41% | 0.6% | - |
| HSV(B) | 62.14º | 0.43% | 0.76% | - |
| XYZ | 44.12 | 51.38 | 22.63 | - |
| YUV | 184.53 | 86.51 | 133.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 195 | 111 | 0.02 | 0 | 0.43 | 0.24 | 62.14 | 0.41 | 0.6 |
| Hex | C0 | C3 | 6F | 2 | 0 | 2B | 18 | 3E | 29 | 3C |
| Octal | 300 | 303 | 157 | 2 | 0 | 53 | 30 | 76 | 51 | 74 |
| Binary | 11000000 | 11000011 | 1101111 | 10 | 0 | 101011 | 11000 | 111110 | 101001 | 111100 |
Color Harmonies of #C0C36F
Complementary color
Monochromatic Colors of #C0C36F
Black with #C0C36F
Text Example
Text Example
White with #C0C36F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C36F; }
p { color: rgb(192,195,111); }
H1.HeaderClassName
{
color: #C0C36F;
}
.AnyTagClassName
{
color: #C0C36F;
}
</style>
background-color css
<style>
a { background-color: #C0C36F; }
a { background-color: rgb(192,195,111); }
div.DivClassName
{
background-color: #C0C36F;
}
.BgClassName
{
background-color: #C0C36F;
}
</style>
border-color css
<style>
span { border-color: #C0C36F; }
span { border-color: rgb(192,195,111); }
td.TdClassName
{
border-color: #C0C36F;
}
.TagClassName
{
border-color: #C0C36F;
}
</style>