Shades of Rio Grande #C0BC29
Tints of Rio Grande #C0BC29
RGB
CMYK
RGB Variations
Color information
#C0BC29 (or 0xC0BC29) is known color: Rio Grande. HEX triplet: C0, BC and 29. RGB value is (192,188,41). Sum of RGB (Red+Green+Blue) = 192+188+41=421 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.61% from 421); Green value is 188 (73.83% from 255 or 44.66% from 421); Blue value is 41 (16.41% from 255 or 9.74% from 421); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BC29 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0BC29 is #3F43D6. Grayscale: #ADADAD. Windows color (decimal): -4146135 or 2735296. OLE color: 2735296.
HSL color Cylindrical-coordinate representation of color #C0BC29: hue angle of 58.41º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C0BC29 is Cyan = 0, Magento = 0.02, Yellow = 0.79 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 188 | 41 | - |
| CMYK | 0 | 0.02 | 0.79 | 0.25 |
| HSL | 58.41º | 0.65% | 0.46% | - |
| HSV(B) | 58.41º | 0.79% | 0.75% | - |
| XYZ | 40.12 | 47.33 | 9.12 | - |
| YUV | 172.44 | 53.83 | 141.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 188 | 41 | 0 | 0.02 | 0.79 | 0.25 | 58.41 | 0.65 | 0.46 |
| Hex | C0 | BC | 29 | 0 | 2 | 4F | 19 | 3A | 41 | 2E |
| Octal | 300 | 274 | 51 | 0 | 2 | 117 | 31 | 72 | 101 | 56 |
| Binary | 11000000 | 10111100 | 101001 | 0 | 10 | 1001111 | 11001 | 111010 | 1000001 | 101110 |
Color Harmonies of #C0BC29
Complementary color
Monochromatic Colors of #C0BC29
Black with #C0BC29
Text Example
Text Example
White with #C0BC29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BC29; }
p { color: rgb(192,188,41); }
H1.HeaderClassName
{
color: #C0BC29;
}
.AnyTagClassName
{
color: #C0BC29;
}
</style>
background-color css
<style>
a { background-color: #C0BC29; }
a { background-color: rgb(192,188,41); }
div.DivClassName
{
background-color: #C0BC29;
}
.BgClassName
{
background-color: #C0BC29;
}
</style>
border-color css
<style>
span { border-color: #C0BC29; }
span { border-color: rgb(192,188,41); }
td.TdClassName
{
border-color: #C0BC29;
}
.TagClassName
{
border-color: #C0BC29;
}
</style>