Shades of Pine Glade #C1CA84
Tints of Pine Glade #C1CA84
RGB
CMYK
RGB Variations
Color information
#C1CA84 (or 0xC1CA84) is known color: Pine Glade. HEX triplet: C1, CA and 84. RGB value is (193,202,132). Sum of RGB (Red+Green+Blue) = 193+202+132=527 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.62% from 527); Green value is 202 (79.30% from 255 or 38.33% from 527); Blue value is 132 (51.95% from 255 or 25.05% from 527); Max value from RGB is 202 - color contains mainly: green. Hex color #C1CA84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1CA84 is #3E357B. Grayscale: #BFBFBF. Windows color (decimal): -4076924 or 8702657. OLE color: 8702657.
HSL color Cylindrical-coordinate representation of color #C1CA84: hue angle of 67.71º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C1CA84 is Cyan = 0.04, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 193 | 202 | 132 | - |
| CMYK | 0.04 | 0 | 0.35 | 0.21 |
| HSL | 67.71º | 0.4% | 0.65% | - |
| HSV(B) | 67.71º | 0.35% | 0.79% | - |
| XYZ | 47.28 | 55.24 | 30 | - |
| YUV | 191.33 | 94.52 | 129.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 202 | 132 | 0.04 | 0 | 0.35 | 0.21 | 67.71 | 0.4 | 0.65 |
| Hex | C1 | CA | 84 | 4 | 0 | 23 | 15 | 44 | 28 | 41 |
| Octal | 301 | 312 | 204 | 4 | 0 | 43 | 25 | 104 | 50 | 101 |
| Binary | 11000001 | 11001010 | 10000100 | 100 | 0 | 100011 | 10101 | 1000100 | 101000 | 1000001 |
Color Harmonies of #C1CA84
Complementary color
Monochromatic Colors of #C1CA84
Black with #C1CA84
Text Example
Text Example
White with #C1CA84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1CA84; }
p { color: rgb(193,202,132); }
H1.HeaderClassName
{
color: #C1CA84;
}
.AnyTagClassName
{
color: #C1CA84;
}
</style>
background-color css
<style>
a { background-color: #C1CA84; }
a { background-color: rgb(193,202,132); }
div.DivClassName
{
background-color: #C1CA84;
}
.BgClassName
{
background-color: #C1CA84;
}
</style>
border-color css
<style>
span { border-color: #C1CA84; }
span { border-color: rgb(193,202,132); }
td.TdClassName
{
border-color: #C1CA84;
}
.TagClassName
{
border-color: #C1CA84;
}
</style>