Shades of Rio Grande #C0BF2D
Tints of Rio Grande #C0BF2D
RGB
CMYK
RGB Variations
Color information
#C0BF2D (or 0xC0BF2D) is known color: Rio Grande. HEX triplet: C0, BF and 2D. RGB value is (192,191,45). Sum of RGB (Red+Green+Blue) = 192+191+45=428 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.86% from 428); Green value is 191 (75% from 255 or 44.63% from 428); Blue value is 45 (17.97% from 255 or 10.51% from 428); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BF2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0BF2D is #3F40D2. Grayscale: #AFAFAF. Windows color (decimal): -4145363 or 2998208. OLE color: 2998208.
HSL color Cylindrical-coordinate representation of color #C0BF2D: hue angle of 59.59º 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 #C0BF2D is Cyan = 0, Magento = 0.01, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 191 | 45 | - |
| CMYK | 0 | 0.01 | 0.77 | 0.25 |
| HSL | 59.59º | 0.62% | 0.46% | - |
| HSV(B) | 59.59º | 0.77% | 0.75% | - |
| XYZ | 40.84 | 48.66 | 9.72 | - |
| YUV | 174.66 | 54.83 | 140.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 191 | 45 | 0 | 0.01 | 0.77 | 0.25 | 59.59 | 0.62 | 0.46 |
| Hex | C0 | BF | 2D | 0 | 1 | 4D | 19 | 3C | 3E | 2E |
| Octal | 300 | 277 | 55 | 0 | 1 | 115 | 31 | 74 | 76 | 56 |
| Binary | 11000000 | 10111111 | 101101 | 0 | 1 | 1001101 | 11001 | 111100 | 111110 | 101110 |
Color Harmonies of #C0BF2D
Complementary color
Monochromatic Colors of #C0BF2D
Black with #C0BF2D
Text Example
Text Example
White with #C0BF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BF2D; }
p { color: rgb(192,191,45); }
H1.HeaderClassName
{
color: #C0BF2D;
}
.AnyTagClassName
{
color: #C0BF2D;
}
</style>
background-color css
<style>
a { background-color: #C0BF2D; }
a { background-color: rgb(192,191,45); }
div.DivClassName
{
background-color: #C0BF2D;
}
.BgClassName
{
background-color: #C0BF2D;
}
</style>
border-color css
<style>
span { border-color: #C0BF2D; }
span { border-color: rgb(192,191,45); }
td.TdClassName
{
border-color: #C0BF2D;
}
.TagClassName
{
border-color: #C0BF2D;
}
</style>