Shades of Rio Grande #C2CA24
Tints of Rio Grande #C2CA24
RGB
CMYK
RGB Variations
Color information
#C2CA24 (or 0xC2CA24) is known color: Rio Grande. HEX triplet: C2, CA and 24. RGB value is (194,202,36). Sum of RGB (Red+Green+Blue) = 194+202+36=432 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.91% from 432); Green value is 202 (79.30% from 255 or 46.76% from 432); Blue value is 36 (14.45% from 255 or 8.33% from 432); Max value from RGB is 202 - color contains mainly: green. Hex color #C2CA24 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2CA24 is #3D35DB. Grayscale: #B5B5B5. Windows color (decimal): -4011484 or 2411202. OLE color: 2411202.
HSL color Cylindrical-coordinate representation of color #C2CA24: hue angle of 62.89º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C2CA24 is Cyan = 0.04, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 194 | 202 | 36 | - |
| CMYK | 0.04 | 0 | 0.82 | 0.21 |
| HSL | 62.89º | 0.7% | 0.47% | - |
| HSV(B) | 62.89º | 0.82% | 0.79% | - |
| XYZ | 43.69 | 53.84 | 9.76 | - |
| YUV | 180.68 | 46.35 | 137.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 202 | 36 | 0.04 | 0 | 0.82 | 0.21 | 62.89 | 0.7 | 0.47 |
| Hex | C2 | CA | 24 | 4 | 0 | 52 | 15 | 3F | 46 | 2F |
| Octal | 302 | 312 | 44 | 4 | 0 | 122 | 25 | 77 | 106 | 57 |
| Binary | 11000010 | 11001010 | 100100 | 100 | 0 | 1010010 | 10101 | 111111 | 1000110 | 101111 |
Color Harmonies of #C2CA24
Complementary color
Monochromatic Colors of #C2CA24
Black with #C2CA24
Text Example
Text Example
White with #C2CA24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CA24; }
p { color: rgb(194,202,36); }
H1.HeaderClassName
{
color: #C2CA24;
}
.AnyTagClassName
{
color: #C2CA24;
}
</style>
background-color css
<style>
a { background-color: #C2CA24; }
a { background-color: rgb(194,202,36); }
div.DivClassName
{
background-color: #C2CA24;
}
.BgClassName
{
background-color: #C2CA24;
}
</style>
border-color css
<style>
span { border-color: #C2CA24; }
span { border-color: rgb(194,202,36); }
td.TdClassName
{
border-color: #C2CA24;
}
.TagClassName
{
border-color: #C2CA24;
}
</style>