Shades of Rio Grande #C4C819
Tints of Rio Grande #C4C819
RGB
CMYK
RGB Variations
Color information
#C4C819 (or 0xC4C819) is known color: Rio Grande. HEX triplet: C4, C8 and 19. RGB value is (196,200,25). Sum of RGB (Red+Green+Blue) = 196+200+25=421 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.56% from 421); Green value is 200 (78.52% from 255 or 47.51% from 421); Blue value is 25 (10.16% from 255 or 5.94% from 421); Max value from RGB is 200 - color contains mainly: green. Hex color #C4C819 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C4C819 is #3B37E6. Grayscale: #B3B3B3. Windows color (decimal): -3880935 or 1689796. OLE color: 1689796.
HSL color Cylindrical-coordinate representation of color #C4C819: hue angle of 61.37º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C4C819 is Cyan = 0.02, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 196 | 200 | 25 | - |
| CMYK | 0.02 | 0 | 0.88 | 0.22 |
| HSL | 61.37º | 0.78% | 0.44% | - |
| HSV(B) | 61.37º | 0.88% | 0.78% | - |
| XYZ | 43.59 | 53.11 | 8.87 | - |
| YUV | 178.85 | 41.17 | 140.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 200 | 25 | 0.02 | 0 | 0.88 | 0.22 | 61.37 | 0.78 | 0.44 |
| Hex | C4 | C8 | 19 | 2 | 0 | 58 | 16 | 3D | 4E | 2C |
| Octal | 304 | 310 | 31 | 2 | 0 | 130 | 26 | 75 | 116 | 54 |
| Binary | 11000100 | 11001000 | 11001 | 10 | 0 | 1011000 | 10110 | 111101 | 1001110 | 101100 |
Color Harmonies of #C4C819
Complementary color
Monochromatic Colors of #C4C819
Black with #C4C819
Text Example
Text Example
White with #C4C819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4C819; }
p { color: rgb(196,200,25); }
H1.HeaderClassName
{
color: #C4C819;
}
.AnyTagClassName
{
color: #C4C819;
}
</style>
background-color css
<style>
a { background-color: #C4C819; }
a { background-color: rgb(196,200,25); }
div.DivClassName
{
background-color: #C4C819;
}
.BgClassName
{
background-color: #C4C819;
}
</style>
border-color css
<style>
span { border-color: #C4C819; }
span { border-color: rgb(196,200,25); }
td.TdClassName
{
border-color: #C4C819;
}
.TagClassName
{
border-color: #C4C819;
}
</style>