Shades of Pine Glade #C0C18A
Tints of Pine Glade #C0C18A
RGB
CMYK
RGB Variations
Color information
#C0C18A (or 0xC0C18A) is known color: Pine Glade. HEX triplet: C0, C1 and 8A. RGB value is (192,193,138). Sum of RGB (Red+Green+Blue) = 192+193+138=523 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.71% from 523); Green value is 193 (75.78% from 255 or 36.90% from 523); Blue value is 138 (54.30% from 255 or 26.39% from 523); Max value from RGB is 193 - color contains mainly: green. Hex color #C0C18A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0C18A is #3F3E75. Grayscale: #BABABA. Windows color (decimal): -4144758 or 9093568. OLE color: 9093568.
HSL color Cylindrical-coordinate representation of color #C0C18A: hue angle of 61.09º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C0C18A is Cyan = 0.01, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 192 | 193 | 138 | - |
| CMYK | 0.01 | 0 | 0.28 | 0.24 |
| HSL | 61.09º | 0.31% | 0.65% | - |
| HSV(B) | 61.09º | 0.28% | 0.76% | - |
| XYZ | 45.4 | 51.18 | 31.53 | - |
| YUV | 186.43 | 100.67 | 131.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 193 | 138 | 0.01 | 0 | 0.28 | 0.24 | 61.09 | 0.31 | 0.65 |
| Hex | C0 | C1 | 8A | 1 | 0 | 1C | 18 | 3D | 1F | 41 |
| Octal | 300 | 301 | 212 | 1 | 0 | 34 | 30 | 75 | 37 | 101 |
| Binary | 11000000 | 11000001 | 10001010 | 1 | 0 | 11100 | 11000 | 111101 | 11111 | 1000001 |
Color Harmonies of #C0C18A
Complementary color
Monochromatic Colors of #C0C18A
Black with #C0C18A
Text Example
Text Example
White with #C0C18A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C18A; }
p { color: rgb(192,193,138); }
H1.HeaderClassName
{
color: #C0C18A;
}
.AnyTagClassName
{
color: #C0C18A;
}
</style>
background-color css
<style>
a { background-color: #C0C18A; }
a { background-color: rgb(192,193,138); }
div.DivClassName
{
background-color: #C0C18A;
}
.BgClassName
{
background-color: #C0C18A;
}
</style>
border-color css
<style>
span { border-color: #C0C18A; }
span { border-color: rgb(192,193,138); }
td.TdClassName
{
border-color: #C0C18A;
}
.TagClassName
{
border-color: #C0C18A;
}
</style>