Shades of Rio Grande #C5CB19
Tints of Rio Grande #C5CB19
RGB
CMYK
RGB Variations
Color information
#C5CB19 (or 0xC5CB19) is known color: Rio Grande. HEX triplet: C5, CB and 19. RGB value is (197,203,25). Sum of RGB (Red+Green+Blue) = 197+203+25=425 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.35% from 425); Green value is 203 (79.69% from 255 or 47.76% from 425); Blue value is 25 (10.16% from 255 or 5.88% from 425); Max value from RGB is 203 - color contains mainly: green. Hex color #C5CB19 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5CB19 is #3A34E6. Grayscale: #B5B5B5. Windows color (decimal): -3814631 or 1690565. OLE color: 1690565.
HSL color Cylindrical-coordinate representation of color #C5CB19: hue angle of 62.02º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C5CB19 is Cyan = 0.03, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 197 | 203 | 25 | - |
| CMYK | 0.03 | 0 | 0.88 | 0.20 |
| HSL | 62.02º | 0.78% | 0.45% | - |
| HSV(B) | 62.02º | 0.88% | 0.8% | - |
| XYZ | 44.56 | 54.65 | 9.12 | - |
| YUV | 180.91 | 40.01 | 139.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 203 | 25 | 0.03 | 0 | 0.88 | 0.20 | 62.02 | 0.78 | 0.45 |
| Hex | C5 | CB | 19 | 3 | 0 | 58 | 14 | 3E | 4E | 2D |
| Octal | 305 | 313 | 31 | 3 | 0 | 130 | 24 | 76 | 116 | 55 |
| Binary | 11000101 | 11001011 | 11001 | 11 | 0 | 1011000 | 10100 | 111110 | 1001110 | 101101 |
Color Harmonies of #C5CB19
Complementary color
Monochromatic Colors of #C5CB19
Black with #C5CB19
Text Example
Text Example
White with #C5CB19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CB19; }
p { color: rgb(197,203,25); }
H1.HeaderClassName
{
color: #C5CB19;
}
.AnyTagClassName
{
color: #C5CB19;
}
</style>
background-color css
<style>
a { background-color: #C5CB19; }
a { background-color: rgb(197,203,25); }
div.DivClassName
{
background-color: #C5CB19;
}
.BgClassName
{
background-color: #C5CB19;
}
</style>
border-color css
<style>
span { border-color: #C5CB19; }
span { border-color: rgb(197,203,25); }
td.TdClassName
{
border-color: #C5CB19;
}
.TagClassName
{
border-color: #C5CB19;
}
</style>