Shades of Pine Glade #C1CA74
Tints of Pine Glade #C1CA74
RGB
CMYK
RGB Variations
Color information
#C1CA74 (or 0xC1CA74) is known color: Pine Glade. HEX triplet: C1, CA and 74. RGB value is (193,202,116). Sum of RGB (Red+Green+Blue) = 193+202+116=511 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.77% from 511); Green value is 202 (79.30% from 255 or 39.53% from 511); Blue value is 116 (45.70% from 255 or 22.70% from 511); Max value from RGB is 202 - color contains mainly: green. Hex color #C1CA74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1CA74 is #3E358B. Grayscale: #BDBDBD. Windows color (decimal): -4076940 or 7654081. OLE color: 7654081.
HSL color Cylindrical-coordinate representation of color #C1CA74: hue angle of 66.28º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C1CA74 is Cyan = 0.04, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 193 | 202 | 116 | - |
| CMYK | 0.04 | 0 | 0.43 | 0.21 |
| HSL | 66.28º | 0.45% | 0.62% | - |
| HSV(B) | 66.28º | 0.43% | 0.79% | - |
| XYZ | 46.27 | 54.84 | 24.67 | - |
| YUV | 189.51 | 86.52 | 130.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 202 | 116 | 0.04 | 0 | 0.43 | 0.21 | 66.28 | 0.45 | 0.62 |
| Hex | C1 | CA | 74 | 4 | 0 | 2B | 15 | 42 | 2D | 3E |
| Octal | 301 | 312 | 164 | 4 | 0 | 53 | 25 | 102 | 55 | 76 |
| Binary | 11000001 | 11001010 | 1110100 | 100 | 0 | 101011 | 10101 | 1000010 | 101101 | 111110 |
Color Harmonies of #C1CA74
Complementary color
Monochromatic Colors of #C1CA74
Black with #C1CA74
Text Example
Text Example
White with #C1CA74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1CA74; }
p { color: rgb(193,202,116); }
H1.HeaderClassName
{
color: #C1CA74;
}
.AnyTagClassName
{
color: #C1CA74;
}
</style>
background-color css
<style>
a { background-color: #C1CA74; }
a { background-color: rgb(193,202,116); }
div.DivClassName
{
background-color: #C1CA74;
}
.BgClassName
{
background-color: #C1CA74;
}
</style>
border-color css
<style>
span { border-color: #C1CA74; }
span { border-color: rgb(193,202,116); }
td.TdClassName
{
border-color: #C1CA74;
}
.TagClassName
{
border-color: #C1CA74;
}
</style>