Shades of Rio Grande #C0C31E
Tints of Rio Grande #C0C31E
RGB
CMYK
RGB Variations
Color information
#C0C31E (or 0xC0C31E) is known color: Rio Grande. HEX triplet: C0, C3 and 1E. RGB value is (192,195,30). Sum of RGB (Red+Green+Blue) = 192+195+30=417 (55% of max value = 765). Red value is 192 (75.39% from 255 or 46.04% from 417); Green value is 195 (76.56% from 255 or 46.76% from 417); Blue value is 30 (12.11% from 255 or 7.19% from 417); Max value from RGB is 195 - color contains mainly: green. Hex color #C0C31E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0C31E is #3F3CE1. Grayscale: #AFAFAF. Windows color (decimal): -4144354 or 2016192. OLE color: 2016192.
HSL color Cylindrical-coordinate representation of color #C0C31E: hue angle of 61.09º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C0C31E is Cyan = 0.02, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 192 | 195 | 30 | - |
| CMYK | 0.02 | 0 | 0.85 | 0.24 |
| HSL | 61.09º | 0.73% | 0.44% | - |
| HSV(B) | 61.09º | 0.85% | 0.76% | - |
| XYZ | 41.49 | 50.33 | 8.76 | - |
| YUV | 175.29 | 46.01 | 139.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 195 | 30 | 0.02 | 0 | 0.85 | 0.24 | 61.09 | 0.73 | 0.44 |
| Hex | C0 | C3 | 1E | 2 | 0 | 55 | 18 | 3D | 49 | 2C |
| Octal | 300 | 303 | 36 | 2 | 0 | 125 | 30 | 75 | 111 | 54 |
| Binary | 11000000 | 11000011 | 11110 | 10 | 0 | 1010101 | 11000 | 111101 | 1001001 | 101100 |
Color Harmonies of #C0C31E
Complementary color
Monochromatic Colors of #C0C31E
Black with #C0C31E
Text Example
Text Example
White with #C0C31E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C31E; }
p { color: rgb(192,195,30); }
H1.HeaderClassName
{
color: #C0C31E;
}
.AnyTagClassName
{
color: #C0C31E;
}
</style>
background-color css
<style>
a { background-color: #C0C31E; }
a { background-color: rgb(192,195,30); }
div.DivClassName
{
background-color: #C0C31E;
}
.BgClassName
{
background-color: #C0C31E;
}
</style>
border-color css
<style>
span { border-color: #C0C31E; }
span { border-color: rgb(192,195,30); }
td.TdClassName
{
border-color: #C0C31E;
}
.TagClassName
{
border-color: #C0C31E;
}
</style>