Shades of Rio Grande #C2CC18
Tints of Rio Grande #C2CC18
RGB
CMYK
RGB Variations
Color information
#C2CC18 (or 0xC2CC18) is known color: Rio Grande. HEX triplet: C2, CC and 18. RGB value is (194,204,24). Sum of RGB (Red+Green+Blue) = 194+204+24=422 (55% of max value = 765). Red value is 194 (76.17% from 255 or 45.97% from 422); Green value is 204 (80.08% from 255 or 48.34% from 422); Blue value is 24 (9.77% from 255 or 5.69% from 422); Max value from RGB is 204 - color contains mainly: green. Hex color #C2CC18 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2CC18 is #3D33E7. Grayscale: #B5B5B5. Windows color (decimal): -4010984 or 1625282. OLE color: 1625282.
HSL color Cylindrical-coordinate representation of color #C2CC18: hue angle of 63.33º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C2CC18 is Cyan = 0.05, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 194 | 204 | 24 | - |
| CMYK | 0.05 | 0 | 0.88 | 0.2 |
| HSL | 63.33º | 0.79% | 0.45% | - |
| HSV(B) | 63.33º | 0.88% | 0.8% | - |
| XYZ | 44.01 | 54.72 | 9.11 | - |
| YUV | 180.49 | 39.69 | 137.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 204 | 24 | 0.05 | 0 | 0.88 | 0.2 | 63.33 | 0.79 | 0.45 |
| Hex | C2 | CC | 18 | 5 | 0 | 58 | 14 | 3F | 4F | 2D |
| Octal | 302 | 314 | 30 | 5 | 0 | 130 | 24 | 77 | 117 | 55 |
| Binary | 11000010 | 11001100 | 11000 | 101 | 0 | 1011000 | 10100 | 111111 | 1001111 | 101101 |
Color Harmonies of #C2CC18
Complementary color
Monochromatic Colors of #C2CC18
Black with #C2CC18
Text Example
Text Example
White with #C2CC18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CC18; }
p { color: rgb(194,204,24); }
H1.HeaderClassName
{
color: #C2CC18;
}
.AnyTagClassName
{
color: #C2CC18;
}
</style>
background-color css
<style>
a { background-color: #C2CC18; }
a { background-color: rgb(194,204,24); }
div.DivClassName
{
background-color: #C2CC18;
}
.BgClassName
{
background-color: #C2CC18;
}
</style>
border-color css
<style>
span { border-color: #C2CC18; }
span { border-color: rgb(194,204,24); }
td.TdClassName
{
border-color: #C2CC18;
}
.TagClassName
{
border-color: #C2CC18;
}
</style>