Shades of Rio Grande #C0BA21
Tints of Rio Grande #C0BA21
RGB
CMYK
RGB Variations
Color information
#C0BA21 (or 0xC0BA21) is known color: Rio Grande. HEX triplet: C0, BA and 21. RGB value is (192,186,33). Sum of RGB (Red+Green+Blue) = 192+186+33=411 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.72% from 411); Green value is 186 (73.05% from 255 or 45.26% from 411); Blue value is 33 (13.28% from 255 or 8.03% from 411); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BA21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0BA21 is #3F45DE. Grayscale: #AAAAAA. Windows color (decimal): -4146655 or 2210496. OLE color: 2210496.
HSL color Cylindrical-coordinate representation of color #C0BA21: hue angle of 57.74º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C0BA21 is Cyan = 0, Magento = 0.03, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 186 | 33 | - |
| CMYK | 0 | 0.03 | 0.83 | 0.25 |
| HSL | 57.74º | 0.71% | 0.44% | - |
| HSV(B) | 57.74º | 0.83% | 0.75% | - |
| XYZ | 39.57 | 46.43 | 8.32 | - |
| YUV | 170.35 | 50.49 | 143.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 186 | 33 | 0 | 0.03 | 0.83 | 0.25 | 57.74 | 0.71 | 0.44 |
| Hex | C0 | BA | 21 | 0 | 3 | 53 | 19 | 3A | 47 | 2C |
| Octal | 300 | 272 | 41 | 0 | 3 | 123 | 31 | 72 | 107 | 54 |
| Binary | 11000000 | 10111010 | 100001 | 0 | 11 | 1010011 | 11001 | 111010 | 1000111 | 101100 |
Color Harmonies of #C0BA21
Complementary color
Monochromatic Colors of #C0BA21
Black with #C0BA21
Text Example
Text Example
White with #C0BA21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BA21; }
p { color: rgb(192,186,33); }
H1.HeaderClassName
{
color: #C0BA21;
}
.AnyTagClassName
{
color: #C0BA21;
}
</style>
background-color css
<style>
a { background-color: #C0BA21; }
a { background-color: rgb(192,186,33); }
div.DivClassName
{
background-color: #C0BA21;
}
.BgClassName
{
background-color: #C0BA21;
}
</style>
border-color css
<style>
span { border-color: #C0BA21; }
span { border-color: rgb(192,186,33); }
td.TdClassName
{
border-color: #C0BA21;
}
.TagClassName
{
border-color: #C0BA21;
}
</style>