Shades of Rio Grande #C0BD22
Tints of Rio Grande #C0BD22
RGB
CMYK
RGB Variations
Color information
#C0BD22 (or 0xC0BD22) is known color: Rio Grande. HEX triplet: C0, BD and 22. RGB value is (192,189,34). Sum of RGB (Red+Green+Blue) = 192+189+34=415 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.27% from 415); Green value is 189 (74.22% from 255 or 45.54% from 415); Blue value is 34 (13.67% from 255 or 8.19% from 415); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BD22 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0BD22 is #3F42DD. Grayscale: #ACACAC. Windows color (decimal): -4145886 or 2276800. OLE color: 2276800.
HSL color Cylindrical-coordinate representation of color #C0BD22: hue angle of 58.86º 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 #C0BD22 is Cyan = 0, Magento = 0.02, Yellow = 0.82 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 189 | 34 | - |
| CMYK | 0 | 0.02 | 0.82 | 0.25 |
| HSL | 58.86º | 0.7% | 0.44% | - |
| HSV(B) | 58.86º | 0.82% | 0.75% | - |
| XYZ | 40.22 | 47.72 | 8.6 | - |
| YUV | 172.23 | 49.99 | 142.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 189 | 34 | 0 | 0.02 | 0.82 | 0.25 | 58.86 | 0.7 | 0.44 |
| Hex | C0 | BD | 22 | 0 | 2 | 52 | 19 | 3B | 46 | 2C |
| Octal | 300 | 275 | 42 | 0 | 2 | 122 | 31 | 73 | 106 | 54 |
| Binary | 11000000 | 10111101 | 100010 | 0 | 10 | 1010010 | 11001 | 111011 | 1000110 | 101100 |
Color Harmonies of #C0BD22
Complementary color
Monochromatic Colors of #C0BD22
Black with #C0BD22
Text Example
Text Example
White with #C0BD22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BD22; }
p { color: rgb(192,189,34); }
H1.HeaderClassName
{
color: #C0BD22;
}
.AnyTagClassName
{
color: #C0BD22;
}
</style>
background-color css
<style>
a { background-color: #C0BD22; }
a { background-color: rgb(192,189,34); }
div.DivClassName
{
background-color: #C0BD22;
}
.BgClassName
{
background-color: #C0BD22;
}
</style>
border-color css
<style>
span { border-color: #C0BD22; }
span { border-color: rgb(192,189,34); }
td.TdClassName
{
border-color: #C0BD22;
}
.TagClassName
{
border-color: #C0BD22;
}
</style>