Shades of Pine Glade #C1CC7D
Tints of Pine Glade #C1CC7D
RGB
CMYK
RGB Variations
Color information
#C1CC7D (or 0xC1CC7D) is known color: Pine Glade. HEX triplet: C1, CC and 7D. RGB value is (193,204,125). Sum of RGB (Red+Green+Blue) = 193+204+125=522 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.97% from 522); Green value is 204 (80.08% from 255 or 39.08% from 522); Blue value is 125 (49.22% from 255 or 23.95% from 522); Max value from RGB is 204 - color contains mainly: green. Hex color #C1CC7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1CC7D is #3E3382. Grayscale: #C0C0C0. Windows color (decimal): -4076419 or 8244417. OLE color: 8244417.
HSL color Cylindrical-coordinate representation of color #C1CC7D: hue angle of 68.35º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C1CC7D is Cyan = 0.05, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 193 | 204 | 125 | - |
| CMYK | 0.05 | 0 | 0.39 | 0.2 |
| HSL | 68.35º | 0.44% | 0.65% | - |
| HSV(B) | 68.35º | 0.39% | 0.8% | - |
| XYZ | 47.29 | 56 | 27.72 | - |
| YUV | 191.71 | 90.36 | 128.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 204 | 125 | 0.05 | 0 | 0.39 | 0.2 | 68.35 | 0.44 | 0.65 |
| Hex | C1 | CC | 7D | 5 | 0 | 27 | 14 | 44 | 2C | 41 |
| Octal | 301 | 314 | 175 | 5 | 0 | 47 | 24 | 104 | 54 | 101 |
| Binary | 11000001 | 11001100 | 1111101 | 101 | 0 | 100111 | 10100 | 1000100 | 101100 | 1000001 |
Color Harmonies of #C1CC7D
Complementary color
Monochromatic Colors of #C1CC7D
Black with #C1CC7D
Text Example
Text Example
White with #C1CC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1CC7D; }
p { color: rgb(193,204,125); }
H1.HeaderClassName
{
color: #C1CC7D;
}
.AnyTagClassName
{
color: #C1CC7D;
}
</style>
background-color css
<style>
a { background-color: #C1CC7D; }
a { background-color: rgb(193,204,125); }
div.DivClassName
{
background-color: #C1CC7D;
}
.BgClassName
{
background-color: #C1CC7D;
}
</style>
border-color css
<style>
span { border-color: #C1CC7D; }
span { border-color: rgb(193,204,125); }
td.TdClassName
{
border-color: #C1CC7D;
}
.TagClassName
{
border-color: #C1CC7D;
}
</style>