Shades of Rio Grande #C0BD23
Tints of Rio Grande #C0BD23
RGB
CMYK
RGB Variations
Color information
#C0BD23 (or 0xC0BD23) is known color: Rio Grande. HEX triplet: C0, BD and 23. RGB value is (192,189,35). Sum of RGB (Red+Green+Blue) = 192+189+35=416 (55% of max value = 765). Red value is 192 (75.39% from 255 or 46.15% from 416); Green value is 189 (74.22% from 255 or 45.43% from 416); Blue value is 35 (14.06% from 255 or 8.41% from 416); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BD23 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0BD23 is #3F42DC. Grayscale: #ACACAC. Windows color (decimal): -4145885 or 2342336. OLE color: 2342336.
HSL color Cylindrical-coordinate representation of color #C0BD23: hue angle of 58.85º 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 #C0BD23 is Cyan = 0, Magento = 0.02, Yellow = 0.82 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 189 | 35 | - |
| CMYK | 0 | 0.02 | 0.82 | 0.25 |
| HSL | 58.85º | 0.69% | 0.45% | - |
| HSV(B) | 58.85º | 0.82% | 0.75% | - |
| XYZ | 40.24 | 47.72 | 8.68 | - |
| YUV | 172.34 | 50.49 | 142.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 189 | 35 | 0 | 0.02 | 0.82 | 0.25 | 58.85 | 0.69 | 0.45 |
| Hex | C0 | BD | 23 | 0 | 2 | 52 | 19 | 3B | 45 | 2D |
| Octal | 300 | 275 | 43 | 0 | 2 | 122 | 31 | 73 | 105 | 55 |
| Binary | 11000000 | 10111101 | 100011 | 0 | 10 | 1010010 | 11001 | 111011 | 1000101 | 101101 |
Color Harmonies of #C0BD23
Complementary color
Monochromatic Colors of #C0BD23
Black with #C0BD23
Text Example
Text Example
White with #C0BD23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BD23; }
p { color: rgb(192,189,35); }
H1.HeaderClassName
{
color: #C0BD23;
}
.AnyTagClassName
{
color: #C0BD23;
}
</style>
background-color css
<style>
a { background-color: #C0BD23; }
a { background-color: rgb(192,189,35); }
div.DivClassName
{
background-color: #C0BD23;
}
.BgClassName
{
background-color: #C0BD23;
}
</style>
border-color css
<style>
span { border-color: #C0BD23; }
span { border-color: rgb(192,189,35); }
td.TdClassName
{
border-color: #C0BD23;
}
.TagClassName
{
border-color: #C0BD23;
}
</style>