Shades of Rio Grande #C0BE1F
Tints of Rio Grande #C0BE1F
RGB
CMYK
RGB Variations
Color information
#C0BE1F (or 0xC0BE1F) is known color: Rio Grande. HEX triplet: C0, BE and 1F. RGB value is (192,190,31). Sum of RGB (Red+Green+Blue) = 192+190+31=413 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.49% from 413); Green value is 190 (74.61% from 255 or 46.00% from 413); Blue value is 31 (12.5% from 255 or 7.51% from 413); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BE1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0BE1F is #3F41E0. Grayscale: #ADADAD. Windows color (decimal): -4145633 or 2080448. OLE color: 2080448.
HSL color Cylindrical-coordinate representation of color #C0BE1F: hue angle of 59.25º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C0BE1F is Cyan = 0, Magento = 0.01, Yellow = 0.84 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 190 | 31 | - |
| CMYK | 0 | 0.01 | 0.84 | 0.25 |
| HSL | 59.25º | 0.72% | 0.44% | - |
| HSV(B) | 59.25º | 0.84% | 0.75% | - |
| XYZ | 40.4 | 48.13 | 8.46 | - |
| YUV | 172.47 | 48.16 | 141.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 190 | 31 | 0 | 0.01 | 0.84 | 0.25 | 59.25 | 0.72 | 0.44 |
| Hex | C0 | BE | 1F | 0 | 1 | 54 | 19 | 3B | 48 | 2C |
| Octal | 300 | 276 | 37 | 0 | 1 | 124 | 31 | 73 | 110 | 54 |
| Binary | 11000000 | 10111110 | 11111 | 0 | 1 | 1010100 | 11001 | 111011 | 1001000 | 101100 |
Color Harmonies of #C0BE1F
Complementary color
Monochromatic Colors of #C0BE1F
Black with #C0BE1F
Text Example
Text Example
White with #C0BE1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BE1F; }
p { color: rgb(192,190,31); }
H1.HeaderClassName
{
color: #C0BE1F;
}
.AnyTagClassName
{
color: #C0BE1F;
}
</style>
background-color css
<style>
a { background-color: #C0BE1F; }
a { background-color: rgb(192,190,31); }
div.DivClassName
{
background-color: #C0BE1F;
}
.BgClassName
{
background-color: #C0BE1F;
}
</style>
border-color css
<style>
span { border-color: #C0BE1F; }
span { border-color: rgb(192,190,31); }
td.TdClassName
{
border-color: #C0BE1F;
}
.TagClassName
{
border-color: #C0BE1F;
}
</style>