Shades of Rio Grande #C0BD2D
Tints of Rio Grande #C0BD2D
RGB
CMYK
RGB Variations
Color information
#C0BD2D (or 0xC0BD2D) is known color: Rio Grande. HEX triplet: C0, BD and 2D. RGB value is (192,189,45). Sum of RGB (Red+Green+Blue) = 192+189+45=426 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.07% from 426); Green value is 189 (74.22% from 255 or 44.37% from 426); Blue value is 45 (17.97% from 255 or 10.56% from 426); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BD2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0BD2D is #3F42D2. Grayscale: #AEAEAE. Windows color (decimal): -4145875 or 2997696. OLE color: 2997696.
HSL color Cylindrical-coordinate representation of color #C0BD2D: hue angle of 58.78º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C0BD2D is Cyan = 0, Magento = 0.02, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 189 | 45 | - |
| CMYK | 0 | 0.02 | 0.77 | 0.25 |
| HSL | 58.78º | 0.62% | 0.46% | - |
| HSV(B) | 58.78º | 0.77% | 0.75% | - |
| XYZ | 40.41 | 47.79 | 9.58 | - |
| YUV | 173.48 | 55.49 | 141.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 189 | 45 | 0 | 0.02 | 0.77 | 0.25 | 58.78 | 0.62 | 0.46 |
| Hex | C0 | BD | 2D | 0 | 2 | 4D | 19 | 3B | 3E | 2E |
| Octal | 300 | 275 | 55 | 0 | 2 | 115 | 31 | 73 | 76 | 56 |
| Binary | 11000000 | 10111101 | 101101 | 0 | 10 | 1001101 | 11001 | 111011 | 111110 | 101110 |
Color Harmonies of #C0BD2D
Complementary color
Monochromatic Colors of #C0BD2D
Black with #C0BD2D
Text Example
Text Example
White with #C0BD2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BD2D; }
p { color: rgb(192,189,45); }
H1.HeaderClassName
{
color: #C0BD2D;
}
.AnyTagClassName
{
color: #C0BD2D;
}
</style>
background-color css
<style>
a { background-color: #C0BD2D; }
a { background-color: rgb(192,189,45); }
div.DivClassName
{
background-color: #C0BD2D;
}
.BgClassName
{
background-color: #C0BD2D;
}
</style>
border-color css
<style>
span { border-color: #C0BD2D; }
span { border-color: rgb(192,189,45); }
td.TdClassName
{
border-color: #C0BD2D;
}
.TagClassName
{
border-color: #C0BD2D;
}
</style>