Shades of Rio Grande #C0CC22
Tints of Rio Grande #C0CC22
RGB
CMYK
RGB Variations
Color information
#C0CC22 (or 0xC0CC22) is known color: Rio Grande. HEX triplet: C0, CC and 22. RGB value is (192,204,34). Sum of RGB (Red+Green+Blue) = 192+204+34=430 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.65% from 430); Green value is 204 (80.08% from 255 or 47.44% from 430); Blue value is 34 (13.67% from 255 or 7.91% from 430); Max value from RGB is 204 - color contains mainly: green. Hex color #C0CC22 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0CC22 is #3F33DD. Grayscale: #B5B5B5. Windows color (decimal): -4142046 or 2280640. OLE color: 2280640.
HSL color Cylindrical-coordinate representation of color #C0CC22: hue angle of 64.24º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C0CC22 is Cyan = 0.06, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 192 | 204 | 34 | - |
| CMYK | 0.06 | 0 | 0.83 | 0.2 |
| HSL | 64.24º | 0.71% | 0.47% | - |
| HSV(B) | 64.24º | 0.83% | 0.8% | - |
| XYZ | 43.62 | 54.51 | 9.74 | - |
| YUV | 181.03 | 45.02 | 135.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 204 | 34 | 0.06 | 0 | 0.83 | 0.2 | 64.24 | 0.71 | 0.47 |
| Hex | C0 | CC | 22 | 6 | 0 | 53 | 14 | 40 | 47 | 2F |
| Octal | 300 | 314 | 42 | 6 | 0 | 123 | 24 | 100 | 107 | 57 |
| Binary | 11000000 | 11001100 | 100010 | 110 | 0 | 1010011 | 10100 | 1000000 | 1000111 | 101111 |
Color Harmonies of #C0CC22
Complementary color
Monochromatic Colors of #C0CC22
Black with #C0CC22
Text Example
Text Example
White with #C0CC22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CC22; }
p { color: rgb(192,204,34); }
H1.HeaderClassName
{
color: #C0CC22;
}
.AnyTagClassName
{
color: #C0CC22;
}
</style>
background-color css
<style>
a { background-color: #C0CC22; }
a { background-color: rgb(192,204,34); }
div.DivClassName
{
background-color: #C0CC22;
}
.BgClassName
{
background-color: #C0CC22;
}
</style>
border-color css
<style>
span { border-color: #C0CC22; }
span { border-color: rgb(192,204,34); }
td.TdClassName
{
border-color: #C0CC22;
}
.TagClassName
{
border-color: #C0CC22;
}
</style>