Shades of Rio Grande #C0BC24
Tints of Rio Grande #C0BC24
RGB
CMYK
RGB Variations
Color information
#C0BC24 (or 0xC0BC24) is known color: Rio Grande. HEX triplet: C0, BC and 24. RGB value is (192,188,36). Sum of RGB (Red+Green+Blue) = 192+188+36=416 (55% of max value = 765). Red value is 192 (75.39% from 255 or 46.15% from 416); Green value is 188 (73.83% from 255 or 45.19% from 416); Blue value is 36 (14.45% from 255 or 8.65% from 416); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BC24 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0BC24 is #3F43DB. Grayscale: #ACACAC. Windows color (decimal): -4146140 or 2407616. OLE color: 2407616.
HSL color Cylindrical-coordinate representation of color #C0BC24: hue angle of 58.46º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C0BC24 is Cyan = 0, Magento = 0.02, Yellow = 0.81 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 188 | 36 | - |
| CMYK | 0 | 0.02 | 0.81 | 0.25 |
| HSL | 58.46º | 0.68% | 0.45% | - |
| HSV(B) | 58.46º | 0.81% | 0.75% | - |
| XYZ | 40.04 | 47.3 | 8.69 | - |
| YUV | 171.87 | 51.33 | 142.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 188 | 36 | 0 | 0.02 | 0.81 | 0.25 | 58.46 | 0.68 | 0.45 |
| Hex | C0 | BC | 24 | 0 | 2 | 51 | 19 | 3A | 44 | 2D |
| Octal | 300 | 274 | 44 | 0 | 2 | 121 | 31 | 72 | 104 | 55 |
| Binary | 11000000 | 10111100 | 100100 | 0 | 10 | 1010001 | 11001 | 111010 | 1000100 | 101101 |
Color Harmonies of #C0BC24
Complementary color
Monochromatic Colors of #C0BC24
Black with #C0BC24
Text Example
Text Example
White with #C0BC24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BC24; }
p { color: rgb(192,188,36); }
H1.HeaderClassName
{
color: #C0BC24;
}
.AnyTagClassName
{
color: #C0BC24;
}
</style>
background-color css
<style>
a { background-color: #C0BC24; }
a { background-color: rgb(192,188,36); }
div.DivClassName
{
background-color: #C0BC24;
}
.BgClassName
{
background-color: #C0BC24;
}
</style>
border-color css
<style>
span { border-color: #C0BC24; }
span { border-color: rgb(192,188,36); }
td.TdClassName
{
border-color: #C0BC24;
}
.TagClassName
{
border-color: #C0BC24;
}
</style>