Shades of Rio Grande #C0BC23
Tints of Rio Grande #C0BC23
RGB
CMYK
RGB Variations
Color information
#C0BC23 (or 0xC0BC23) is known color: Rio Grande. HEX triplet: C0, BC and 23. RGB value is (192,188,35). Sum of RGB (Red+Green+Blue) = 192+188+35=415 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.27% from 415); Green value is 188 (73.83% from 255 or 45.30% from 415); Blue value is 35 (14.06% from 255 or 8.43% from 415); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BC23 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0BC23 is #3F43DC. Grayscale: #ACACAC. Windows color (decimal): -4146141 or 2342080. OLE color: 2342080.
HSL color Cylindrical-coordinate representation of color #C0BC23: hue angle of 58.47º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C0BC23 is Cyan = 0, Magento = 0.02, Yellow = 0.82 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 188 | 35 | - |
| CMYK | 0 | 0.02 | 0.82 | 0.25 |
| HSL | 58.47º | 0.69% | 0.45% | - |
| HSV(B) | 58.47º | 0.82% | 0.75% | - |
| XYZ | 40.02 | 47.29 | 8.61 | - |
| YUV | 171.75 | 50.83 | 142.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 188 | 35 | 0 | 0.02 | 0.82 | 0.25 | 58.47 | 0.69 | 0.45 |
| Hex | C0 | BC | 23 | 0 | 2 | 52 | 19 | 3A | 45 | 2D |
| Octal | 300 | 274 | 43 | 0 | 2 | 122 | 31 | 72 | 105 | 55 |
| Binary | 11000000 | 10111100 | 100011 | 0 | 10 | 1010010 | 11001 | 111010 | 1000101 | 101101 |
Color Harmonies of #C0BC23
Complementary color
Monochromatic Colors of #C0BC23
Black with #C0BC23
Text Example
Text Example
White with #C0BC23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BC23; }
p { color: rgb(192,188,35); }
H1.HeaderClassName
{
color: #C0BC23;
}
.AnyTagClassName
{
color: #C0BC23;
}
</style>
background-color css
<style>
a { background-color: #C0BC23; }
a { background-color: rgb(192,188,35); }
div.DivClassName
{
background-color: #C0BC23;
}
.BgClassName
{
background-color: #C0BC23;
}
</style>
border-color css
<style>
span { border-color: #C0BC23; }
span { border-color: rgb(192,188,35); }
td.TdClassName
{
border-color: #C0BC23;
}
.TagClassName
{
border-color: #C0BC23;
}
</style>