Shades of Rio Grande #C0CA24
Tints of Rio Grande #C0CA24
RGB
CMYK
RGB Variations
Color information
#C0CA24 (or 0xC0CA24) is known color: Rio Grande. HEX triplet: C0, CA and 24. RGB value is (192,202,36). Sum of RGB (Red+Green+Blue) = 192+202+36=430 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.65% from 430); Green value is 202 (79.30% from 255 or 46.98% from 430); Blue value is 36 (14.45% from 255 or 8.37% from 430); Max value from RGB is 202 - color contains mainly: green. Hex color #C0CA24 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0CA24 is #3F35DB. Grayscale: #B4B4B4. Windows color (decimal): -4142556 or 2411200. OLE color: 2411200.
HSL color Cylindrical-coordinate representation of color #C0CA24: hue angle of 63.61º 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 #C0CA24 is Cyan = 0.05, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 192 | 202 | 36 | - |
| CMYK | 0.05 | 0 | 0.82 | 0.21 |
| HSL | 63.61º | 0.7% | 0.47% | - |
| HSV(B) | 63.61º | 0.82% | 0.79% | - |
| XYZ | 43.18 | 53.57 | 9.73 | - |
| YUV | 180.09 | 46.69 | 136.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 202 | 36 | 0.05 | 0 | 0.82 | 0.21 | 63.61 | 0.7 | 0.47 |
| Hex | C0 | CA | 24 | 5 | 0 | 52 | 15 | 40 | 46 | 2F |
| Octal | 300 | 312 | 44 | 5 | 0 | 122 | 25 | 100 | 106 | 57 |
| Binary | 11000000 | 11001010 | 100100 | 101 | 0 | 1010010 | 10101 | 1000000 | 1000110 | 101111 |
Color Harmonies of #C0CA24
Complementary color
Monochromatic Colors of #C0CA24
Black with #C0CA24
Text Example
Text Example
White with #C0CA24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CA24; }
p { color: rgb(192,202,36); }
H1.HeaderClassName
{
color: #C0CA24;
}
.AnyTagClassName
{
color: #C0CA24;
}
</style>
background-color css
<style>
a { background-color: #C0CA24; }
a { background-color: rgb(192,202,36); }
div.DivClassName
{
background-color: #C0CA24;
}
.BgClassName
{
background-color: #C0CA24;
}
</style>
border-color css
<style>
span { border-color: #C0CA24; }
span { border-color: rgb(192,202,36); }
td.TdClassName
{
border-color: #C0CA24;
}
.TagClassName
{
border-color: #C0CA24;
}
</style>