Shades of Rio Grande #C0C81A
Tints of Rio Grande #C0C81A
RGB
CMYK
RGB Variations
Color information
#C0C81A (or 0xC0C81A) is known color: Rio Grande. HEX triplet: C0, C8 and 1A. RGB value is (192,200,26). Sum of RGB (Red+Green+Blue) = 192+200+26=418 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.93% from 418); Green value is 200 (78.52% from 255 or 47.85% from 418); Blue value is 26 (10.55% from 255 or 6.22% from 418); Max value from RGB is 200 - color contains mainly: green. Hex color #C0C81A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0C81A is #3F37E5. Grayscale: #B2B2B2. Windows color (decimal): -4143078 or 1755328. OLE color: 1755328.
HSL color Cylindrical-coordinate representation of color #C0C81A: hue angle of 62.76º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C0C81A is Cyan = 0.04, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 192 | 200 | 26 | - |
| CMYK | 0.04 | 0 | 0.87 | 0.22 |
| HSL | 62.76º | 0.77% | 0.44% | - |
| HSV(B) | 62.76º | 0.87% | 0.78% | - |
| XYZ | 42.58 | 52.59 | 8.88 | - |
| YUV | 177.77 | 42.35 | 138.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 200 | 26 | 0.04 | 0 | 0.87 | 0.22 | 62.76 | 0.77 | 0.44 |
| Hex | C0 | C8 | 1A | 4 | 0 | 57 | 16 | 3F | 4D | 2C |
| Octal | 300 | 310 | 32 | 4 | 0 | 127 | 26 | 77 | 115 | 54 |
| Binary | 11000000 | 11001000 | 11010 | 100 | 0 | 1010111 | 10110 | 111111 | 1001101 | 101100 |
Color Harmonies of #C0C81A
Complementary color
Monochromatic Colors of #C0C81A
Black with #C0C81A
Text Example
Text Example
White with #C0C81A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C81A; }
p { color: rgb(192,200,26); }
H1.HeaderClassName
{
color: #C0C81A;
}
.AnyTagClassName
{
color: #C0C81A;
}
</style>
background-color css
<style>
a { background-color: #C0C81A; }
a { background-color: rgb(192,200,26); }
div.DivClassName
{
background-color: #C0C81A;
}
.BgClassName
{
background-color: #C0C81A;
}
</style>
border-color css
<style>
span { border-color: #C0C81A; }
span { border-color: rgb(192,200,26); }
td.TdClassName
{
border-color: #C0C81A;
}
.TagClassName
{
border-color: #C0C81A;
}
</style>