Shades of Rio Grande #C0D21A
Tints of Rio Grande #C0D21A
RGB
CMYK
RGB Variations
Color information
#C0D21A (or 0xC0D21A) is known color: Rio Grande. HEX triplet: C0, D2 and 1A. RGB value is (192,210,26). Sum of RGB (Red+Green+Blue) = 192+210+26=428 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.86% from 428); Green value is 210 (82.42% from 255 or 49.07% from 428); Blue value is 26 (10.55% from 255 or 6.07% from 428); Max value from RGB is 210 - color contains mainly: green. Hex color #C0D21A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0D21A is #3F2DE5. Grayscale: #B8B8B8. Windows color (decimal): -4140518 or 1757888. OLE color: 1757888.
HSL color Cylindrical-coordinate representation of color #C0D21A: hue angle of 65.87º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C0D21A is Cyan = 0.09, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 192 | 210 | 26 | - |
| CMYK | 0.09 | 0 | 0.88 | 0.18 |
| HSL | 65.87º | 0.78% | 0.46% | - |
| HSV(B) | 65.87º | 0.88% | 0.82% | - |
| XYZ | 44.97 | 57.37 | 9.68 | - |
| YUV | 183.64 | 39.04 | 133.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 210 | 26 | 0.09 | 0 | 0.88 | 0.18 | 65.87 | 0.78 | 0.46 |
| Hex | C0 | D2 | 1A | 9 | 0 | 58 | 12 | 42 | 4E | 2E |
| Octal | 300 | 322 | 32 | 11 | 0 | 130 | 22 | 102 | 116 | 56 |
| Binary | 11000000 | 11010010 | 11010 | 1001 | 0 | 1011000 | 10010 | 1000010 | 1001110 | 101110 |
Color Harmonies of #C0D21A
Complementary color
Monochromatic Colors of #C0D21A
Black with #C0D21A
Text Example
Text Example
White with #C0D21A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D21A; }
p { color: rgb(192,210,26); }
H1.HeaderClassName
{
color: #C0D21A;
}
.AnyTagClassName
{
color: #C0D21A;
}
</style>
background-color css
<style>
a { background-color: #C0D21A; }
a { background-color: rgb(192,210,26); }
div.DivClassName
{
background-color: #C0D21A;
}
.BgClassName
{
background-color: #C0D21A;
}
</style>
border-color css
<style>
span { border-color: #C0D21A; }
span { border-color: rgb(192,210,26); }
td.TdClassName
{
border-color: #C0D21A;
}
.TagClassName
{
border-color: #C0D21A;
}
</style>