Shades of Rio Grande #C5D11A
Tints of Rio Grande #C5D11A
RGB
CMYK
RGB Variations
Color information
#C5D11A (or 0xC5D11A) is known color: Rio Grande. HEX triplet: C5, D1 and 1A. RGB value is (197,209,26). Sum of RGB (Red+Green+Blue) = 197+209+26=432 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.60% from 432); Green value is 209 (82.03% from 255 or 48.38% from 432); Blue value is 26 (10.55% from 255 or 6.02% from 432); Max value from RGB is 209 - color contains mainly: green. Hex color #C5D11A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5D11A is #3A2EE5. Grayscale: #B9B9B9. Windows color (decimal): -3813094 or 1757637. OLE color: 1757637.
HSL color Cylindrical-coordinate representation of color #C5D11A: hue angle of 63.93º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C5D11A is Cyan = 0.06, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 197 | 209 | 26 | - |
| CMYK | 0.06 | 0 | 0.88 | 0.18 |
| HSL | 63.93º | 0.78% | 0.46% | - |
| HSV(B) | 63.93º | 0.88% | 0.82% | - |
| XYZ | 46.01 | 57.55 | 9.66 | - |
| YUV | 184.55 | 38.52 | 136.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 209 | 26 | 0.06 | 0 | 0.88 | 0.18 | 63.93 | 0.78 | 0.46 |
| Hex | C5 | D1 | 1A | 6 | 0 | 58 | 12 | 40 | 4E | 2E |
| Octal | 305 | 321 | 32 | 6 | 0 | 130 | 22 | 100 | 116 | 56 |
| Binary | 11000101 | 11010001 | 11010 | 110 | 0 | 1011000 | 10010 | 1000000 | 1001110 | 101110 |
Color Harmonies of #C5D11A
Complementary color
Monochromatic Colors of #C5D11A
Black with #C5D11A
Text Example
Text Example
White with #C5D11A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D11A; }
p { color: rgb(197,209,26); }
H1.HeaderClassName
{
color: #C5D11A;
}
.AnyTagClassName
{
color: #C5D11A;
}
</style>
background-color css
<style>
a { background-color: #C5D11A; }
a { background-color: rgb(197,209,26); }
div.DivClassName
{
background-color: #C5D11A;
}
.BgClassName
{
background-color: #C5D11A;
}
</style>
border-color css
<style>
span { border-color: #C5D11A; }
span { border-color: rgb(197,209,26); }
td.TdClassName
{
border-color: #C5D11A;
}
.TagClassName
{
border-color: #C5D11A;
}
</style>