Shades of Rio Grande #C0BC22
Tints of Rio Grande #C0BC22
RGB
CMYK
RGB Variations
Color information
#C0BC22 (or 0xC0BC22) is known color: Rio Grande. HEX triplet: C0, BC and 22. RGB value is (192,188,34). Sum of RGB (Red+Green+Blue) = 192+188+34=414 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.38% from 414); Green value is 188 (73.83% from 255 or 45.41% from 414); Blue value is 34 (13.67% from 255 or 8.21% from 414); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BC22 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0BC22 is #3F43DD. Grayscale: #ACACAC. Windows color (decimal): -4146142 or 2276544. OLE color: 2276544.
HSL color Cylindrical-coordinate representation of color #C0BC22: hue angle of 58.48º 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 #C0BC22 is Cyan = 0, Magento = 0.02, Yellow = 0.82 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 188 | 34 | - |
| CMYK | 0 | 0.02 | 0.82 | 0.25 |
| HSL | 58.48º | 0.7% | 0.44% | - |
| HSV(B) | 58.48º | 0.82% | 0.75% | - |
| XYZ | 40.01 | 47.29 | 8.53 | - |
| YUV | 171.64 | 50.33 | 142.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 188 | 34 | 0 | 0.02 | 0.82 | 0.25 | 58.48 | 0.7 | 0.44 |
| Hex | C0 | BC | 22 | 0 | 2 | 52 | 19 | 3A | 46 | 2C |
| Octal | 300 | 274 | 42 | 0 | 2 | 122 | 31 | 72 | 106 | 54 |
| Binary | 11000000 | 10111100 | 100010 | 0 | 10 | 1010010 | 11001 | 111010 | 1000110 | 101100 |
Color Harmonies of #C0BC22
Complementary color
Monochromatic Colors of #C0BC22
Black with #C0BC22
Text Example
Text Example
White with #C0BC22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BC22; }
p { color: rgb(192,188,34); }
H1.HeaderClassName
{
color: #C0BC22;
}
.AnyTagClassName
{
color: #C0BC22;
}
</style>
background-color css
<style>
a { background-color: #C0BC22; }
a { background-color: rgb(192,188,34); }
div.DivClassName
{
background-color: #C0BC22;
}
.BgClassName
{
background-color: #C0BC22;
}
</style>
border-color css
<style>
span { border-color: #C0BC22; }
span { border-color: rgb(192,188,34); }
td.TdClassName
{
border-color: #C0BC22;
}
.TagClassName
{
border-color: #C0BC22;
}
</style>