Shades of Rio Grande #C0BD1D
Tints of Rio Grande #C0BD1D
RGB
CMYK
RGB Variations
Color information
#C0BD1D (or 0xC0BD1D) is known color: Rio Grande. HEX triplet: C0, BD and 1D. RGB value is (192,189,29). Sum of RGB (Red+Green+Blue) = 192+189+29=410 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.83% from 410); Green value is 189 (74.22% from 255 or 46.10% from 410); Blue value is 29 (11.72% from 255 or 7.07% from 410); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BD1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0BD1D is #3F42E2. Grayscale: #ACACAC. Windows color (decimal): -4145891 or 1949120. OLE color: 1949120.
HSL color Cylindrical-coordinate representation of color #C0BD1D: hue angle of 58.9º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C0BD1D is Cyan = 0, Magento = 0.02, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 189 | 29 | - |
| CMYK | 0 | 0.02 | 0.85 | 0.25 |
| HSL | 58.9º | 0.74% | 0.43% | - |
| HSV(B) | 58.9º | 0.85% | 0.75% | - |
| XYZ | 40.16 | 47.69 | 8.25 | - |
| YUV | 171.66 | 47.49 | 142.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 189 | 29 | 0 | 0.02 | 0.85 | 0.25 | 58.9 | 0.74 | 0.43 |
| Hex | C0 | BD | 1D | 0 | 2 | 55 | 19 | 3B | 4A | 2B |
| Octal | 300 | 275 | 35 | 0 | 2 | 125 | 31 | 73 | 112 | 53 |
| Binary | 11000000 | 10111101 | 11101 | 0 | 10 | 1010101 | 11001 | 111011 | 1001010 | 101011 |
Color Harmonies of #C0BD1D
Complementary color
Monochromatic Colors of #C0BD1D
Black with #C0BD1D
Text Example
Text Example
White with #C0BD1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BD1D; }
p { color: rgb(192,189,29); }
H1.HeaderClassName
{
color: #C0BD1D;
}
.AnyTagClassName
{
color: #C0BD1D;
}
</style>
background-color css
<style>
a { background-color: #C0BD1D; }
a { background-color: rgb(192,189,29); }
div.DivClassName
{
background-color: #C0BD1D;
}
.BgClassName
{
background-color: #C0BD1D;
}
</style>
border-color css
<style>
span { border-color: #C0BD1D; }
span { border-color: rgb(192,189,29); }
td.TdClassName
{
border-color: #C0BD1D;
}
.TagClassName
{
border-color: #C0BD1D;
}
</style>