Shades of Pine Glade #C1C484
Tints of Pine Glade #C1C484
RGB
CMYK
RGB Variations
Color information
#C1C484 (or 0xC1C484) is known color: Pine Glade. HEX triplet: C1, C4 and 84. RGB value is (193,196,132). Sum of RGB (Red+Green+Blue) = 193+196+132=521 (69% of max value = 765). Red value is 193 (75.78% from 255 or 37.04% from 521); Green value is 196 (76.95% from 255 or 37.62% from 521); Blue value is 132 (51.95% from 255 or 25.34% from 521); Max value from RGB is 196 - color contains mainly: green. Hex color #C1C484 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1C484 is #3E3B7B. Grayscale: #BCBCBC. Windows color (decimal): -4078460 or 8701121. OLE color: 8701121.
HSL color Cylindrical-coordinate representation of color #C1C484: hue angle of 62.81º degrees, saturation: 0.35, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C1C484 is Cyan = 0.02, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 193 | 196 | 132 | - |
| CMYK | 0.02 | 0 | 0.33 | 0.23 |
| HSL | 62.81º | 0.35% | 0.64% | - |
| HSV(B) | 62.81º | 0.33% | 0.77% | - |
| XYZ | 45.9 | 52.48 | 29.54 | - |
| YUV | 187.81 | 96.51 | 131.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 196 | 132 | 0.02 | 0 | 0.33 | 0.23 | 62.81 | 0.35 | 0.64 |
| Hex | C1 | C4 | 84 | 2 | 0 | 21 | 17 | 3F | 23 | 40 |
| Octal | 301 | 304 | 204 | 2 | 0 | 41 | 27 | 77 | 43 | 100 |
| Binary | 11000001 | 11000100 | 10000100 | 10 | 0 | 100001 | 10111 | 111111 | 100011 | 1000000 |
Color Harmonies of #C1C484
Complementary color
Monochromatic Colors of #C1C484
Black with #C1C484
Text Example
Text Example
White with #C1C484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1C484; }
p { color: rgb(193,196,132); }
H1.HeaderClassName
{
color: #C1C484;
}
.AnyTagClassName
{
color: #C1C484;
}
</style>
background-color css
<style>
a { background-color: #C1C484; }
a { background-color: rgb(193,196,132); }
div.DivClassName
{
background-color: #C1C484;
}
.BgClassName
{
background-color: #C1C484;
}
</style>
border-color css
<style>
span { border-color: #C1C484; }
span { border-color: rgb(193,196,132); }
td.TdClassName
{
border-color: #C1C484;
}
.TagClassName
{
border-color: #C1C484;
}
</style>