Shades of Rio Grande #C0BA22
Tints of Rio Grande #C0BA22
RGB
CMYK
RGB Variations
Color information
#C0BA22 (or 0xC0BA22) is known color: Rio Grande. HEX triplet: C0, BA and 22. RGB value is (192,186,34). Sum of RGB (Red+Green+Blue) = 192+186+34=412 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.60% from 412); Green value is 186 (73.05% from 255 or 45.15% from 412); Blue value is 34 (13.67% from 255 or 8.25% from 412); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BA22 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0BA22 is #3F45DD. Grayscale: #ABABAB. Windows color (decimal): -4146654 or 2276032. OLE color: 2276032.
HSL color Cylindrical-coordinate representation of color #C0BA22: hue angle of 57.72º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C0BA22 is Cyan = 0, Magento = 0.03, Yellow = 0.82 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 186 | 34 | - |
| CMYK | 0 | 0.03 | 0.82 | 0.25 |
| HSL | 57.72º | 0.7% | 0.44% | - |
| HSV(B) | 57.72º | 0.82% | 0.75% | - |
| XYZ | 39.59 | 46.44 | 8.39 | - |
| YUV | 170.47 | 50.99 | 143.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 186 | 34 | 0 | 0.03 | 0.82 | 0.25 | 57.72 | 0.7 | 0.44 |
| Hex | C0 | BA | 22 | 0 | 3 | 52 | 19 | 3A | 46 | 2C |
| Octal | 300 | 272 | 42 | 0 | 3 | 122 | 31 | 72 | 106 | 54 |
| Binary | 11000000 | 10111010 | 100010 | 0 | 11 | 1010010 | 11001 | 111010 | 1000110 | 101100 |
Color Harmonies of #C0BA22
Complementary color
Monochromatic Colors of #C0BA22
Black with #C0BA22
Text Example
Text Example
White with #C0BA22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BA22; }
p { color: rgb(192,186,34); }
H1.HeaderClassName
{
color: #C0BA22;
}
.AnyTagClassName
{
color: #C0BA22;
}
</style>
background-color css
<style>
a { background-color: #C0BA22; }
a { background-color: rgb(192,186,34); }
div.DivClassName
{
background-color: #C0BA22;
}
.BgClassName
{
background-color: #C0BA22;
}
</style>
border-color css
<style>
span { border-color: #C0BA22; }
span { border-color: rgb(192,186,34); }
td.TdClassName
{
border-color: #C0BA22;
}
.TagClassName
{
border-color: #C0BA22;
}
</style>