Shades of Pine Glade #C0C38A
Tints of Pine Glade #C0C38A
RGB
CMYK
RGB Variations
Color information
#C0C38A (or 0xC0C38A) is known color: Pine Glade. HEX triplet: C0, C3 and 8A. RGB value is (192,195,138). Sum of RGB (Red+Green+Blue) = 192+195+138=525 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.57% from 525); Green value is 195 (76.56% from 255 or 37.14% from 525); Blue value is 138 (54.30% from 255 or 26.29% from 525); Max value from RGB is 195 - color contains mainly: green. Hex color #C0C38A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0C38A is #3F3C75. Grayscale: #BBBBBB. Windows color (decimal): -4144246 or 9094080. OLE color: 9094080.
HSL color Cylindrical-coordinate representation of color #C0C38A: hue angle of 63.16º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C0C38A is Cyan = 0.02, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 192 | 195 | 138 | - |
| CMYK | 0.02 | 0 | 0.29 | 0.24 |
| HSL | 63.16º | 0.32% | 0.65% | - |
| HSV(B) | 63.16º | 0.29% | 0.76% | - |
| XYZ | 45.84 | 52.07 | 31.68 | - |
| YUV | 187.61 | 100.01 | 131.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 195 | 138 | 0.02 | 0 | 0.29 | 0.24 | 63.16 | 0.32 | 0.65 |
| Hex | C0 | C3 | 8A | 2 | 0 | 1D | 18 | 3F | 20 | 41 |
| Octal | 300 | 303 | 212 | 2 | 0 | 35 | 30 | 77 | 40 | 101 |
| Binary | 11000000 | 11000011 | 10001010 | 10 | 0 | 11101 | 11000 | 111111 | 100000 | 1000001 |
Color Harmonies of #C0C38A
Complementary color
Monochromatic Colors of #C0C38A
Black with #C0C38A
Text Example
Text Example
White with #C0C38A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C38A; }
p { color: rgb(192,195,138); }
H1.HeaderClassName
{
color: #C0C38A;
}
.AnyTagClassName
{
color: #C0C38A;
}
</style>
background-color css
<style>
a { background-color: #C0C38A; }
a { background-color: rgb(192,195,138); }
div.DivClassName
{
background-color: #C0C38A;
}
.BgClassName
{
background-color: #C0C38A;
}
</style>
border-color css
<style>
span { border-color: #C0C38A; }
span { border-color: rgb(192,195,138); }
td.TdClassName
{
border-color: #C0C38A;
}
.TagClassName
{
border-color: #C0C38A;
}
</style>