Shades of Rio Grande #C1BE1E
Tints of Rio Grande #C1BE1E
RGB
CMYK
RGB Variations
Color information
#C1BE1E (or 0xC1BE1E) is known color: Rio Grande. HEX triplet: C1, BE and 1E. RGB value is (193,190,30). Sum of RGB (Red+Green+Blue) = 193+190+30=413 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.73% from 413); Green value is 190 (74.61% from 255 or 46.00% from 413); Blue value is 30 (12.11% from 255 or 7.26% from 413); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BE1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1BE1E is #3E41E1. Grayscale: #ADADAD. Windows color (decimal): -4080098 or 2014913. OLE color: 2014913.
HSL color Cylindrical-coordinate representation of color #C1BE1E: hue angle of 58.9º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C1BE1E is Cyan = 0, Magento = 0.02, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 190 | 30 | - |
| CMYK | 0 | 0.02 | 0.84 | 0.24 |
| HSL | 58.9º | 0.73% | 0.44% | - |
| HSV(B) | 58.9º | 0.84% | 0.76% | - |
| XYZ | 40.64 | 48.26 | 8.4 | - |
| YUV | 172.66 | 47.49 | 142.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 190 | 30 | 0 | 0.02 | 0.84 | 0.24 | 58.9 | 0.73 | 0.44 |
| Hex | C1 | BE | 1E | 0 | 2 | 54 | 18 | 3B | 49 | 2C |
| Octal | 301 | 276 | 36 | 0 | 2 | 124 | 30 | 73 | 111 | 54 |
| Binary | 11000001 | 10111110 | 11110 | 0 | 10 | 1010100 | 11000 | 111011 | 1001001 | 101100 |
Color Harmonies of #C1BE1E
Complementary color
Monochromatic Colors of #C1BE1E
Black with #C1BE1E
Text Example
Text Example
White with #C1BE1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BE1E; }
p { color: rgb(193,190,30); }
H1.HeaderClassName
{
color: #C1BE1E;
}
.AnyTagClassName
{
color: #C1BE1E;
}
</style>
background-color css
<style>
a { background-color: #C1BE1E; }
a { background-color: rgb(193,190,30); }
div.DivClassName
{
background-color: #C1BE1E;
}
.BgClassName
{
background-color: #C1BE1E;
}
</style>
border-color css
<style>
span { border-color: #C1BE1E; }
span { border-color: rgb(193,190,30); }
td.TdClassName
{
border-color: #C1BE1E;
}
.TagClassName
{
border-color: #C1BE1E;
}
</style>