Shades of Pine Glade #C1CD77
Tints of Pine Glade #C1CD77
RGB
CMYK
RGB Variations
Color information
#C1CD77 (or 0xC1CD77) is known color: Pine Glade. HEX triplet: C1, CD and 77. RGB value is (193,205,119). Sum of RGB (Red+Green+Blue) = 193+205+119=517 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.33% from 517); Green value is 205 (80.47% from 255 or 39.65% from 517); Blue value is 119 (46.88% from 255 or 23.02% from 517); Max value from RGB is 205 - color contains mainly: green. Hex color #C1CD77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1CD77 is #3E3288. Grayscale: #BFBFBF. Windows color (decimal): -4076169 or 7851457. OLE color: 7851457.
HSL color Cylindrical-coordinate representation of color #C1CD77: hue angle of 68.37º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C1CD77 is Cyan = 0.06, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 193 | 205 | 119 | - |
| CMYK | 0.06 | 0 | 0.42 | 0.20 |
| HSL | 68.37º | 0.46% | 0.64% | - |
| HSV(B) | 68.37º | 0.42% | 0.8% | - |
| XYZ | 47.15 | 56.33 | 25.84 | - |
| YUV | 191.61 | 87.02 | 128.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 205 | 119 | 0.06 | 0 | 0.42 | 0.20 | 68.37 | 0.46 | 0.64 |
| Hex | C1 | CD | 77 | 6 | 0 | 2A | 14 | 44 | 2E | 40 |
| Octal | 301 | 315 | 167 | 6 | 0 | 52 | 24 | 104 | 56 | 100 |
| Binary | 11000001 | 11001101 | 1110111 | 110 | 0 | 101010 | 10100 | 1000100 | 101110 | 1000000 |
Color Harmonies of #C1CD77
Complementary color
Monochromatic Colors of #C1CD77
Black with #C1CD77
Text Example
Text Example
White with #C1CD77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1CD77; }
p { color: rgb(193,205,119); }
H1.HeaderClassName
{
color: #C1CD77;
}
.AnyTagClassName
{
color: #C1CD77;
}
</style>
background-color css
<style>
a { background-color: #C1CD77; }
a { background-color: rgb(193,205,119); }
div.DivClassName
{
background-color: #C1CD77;
}
.BgClassName
{
background-color: #C1CD77;
}
</style>
border-color css
<style>
span { border-color: #C1CD77; }
span { border-color: rgb(193,205,119); }
td.TdClassName
{
border-color: #C1CD77;
}
.TagClassName
{
border-color: #C1CD77;
}
</style>