Shades of Rio Grande #C0C822
Tints of Rio Grande #C0C822
RGB
CMYK
RGB Variations
Color information
#C0C822 (or 0xC0C822) is known color: Rio Grande. HEX triplet: C0, C8 and 22. RGB value is (192,200,34). Sum of RGB (Red+Green+Blue) = 192+200+34=426 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.07% from 426); Green value is 200 (78.52% from 255 or 46.95% from 426); Blue value is 34 (13.67% from 255 or 7.98% from 426); Max value from RGB is 200 - color contains mainly: green. Hex color #C0C822 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0C822 is #3F37DD. Grayscale: #B3B3B3. Windows color (decimal): -4143070 or 2279616. OLE color: 2279616.
HSL color Cylindrical-coordinate representation of color #C0C822: hue angle of 62.89º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C0C822 is Cyan = 0.04, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 192 | 200 | 34 | - |
| CMYK | 0.04 | 0 | 0.83 | 0.22 |
| HSL | 62.89º | 0.71% | 0.46% | - |
| HSV(B) | 62.89º | 0.83% | 0.78% | - |
| XYZ | 42.68 | 52.63 | 9.42 | - |
| YUV | 178.68 | 46.35 | 137.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 200 | 34 | 0.04 | 0 | 0.83 | 0.22 | 62.89 | 0.71 | 0.46 |
| Hex | C0 | C8 | 22 | 4 | 0 | 53 | 16 | 3F | 47 | 2E |
| Octal | 300 | 310 | 42 | 4 | 0 | 123 | 26 | 77 | 107 | 56 |
| Binary | 11000000 | 11001000 | 100010 | 100 | 0 | 1010011 | 10110 | 111111 | 1000111 | 101110 |
Color Harmonies of #C0C822
Complementary color
Monochromatic Colors of #C0C822
Black with #C0C822
Text Example
Text Example
White with #C0C822
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C822; }
p { color: rgb(192,200,34); }
H1.HeaderClassName
{
color: #C0C822;
}
.AnyTagClassName
{
color: #C0C822;
}
</style>
background-color css
<style>
a { background-color: #C0C822; }
a { background-color: rgb(192,200,34); }
div.DivClassName
{
background-color: #C0C822;
}
.BgClassName
{
background-color: #C0C822;
}
</style>
border-color css
<style>
span { border-color: #C0C822; }
span { border-color: rgb(192,200,34); }
td.TdClassName
{
border-color: #C0C822;
}
.TagClassName
{
border-color: #C0C822;
}
</style>