Shades of Rio Grande #C4C921
Tints of Rio Grande #C4C921
RGB
CMYK
RGB Variations
Color information
#C4C921 (or 0xC4C921) is known color: Rio Grande. HEX triplet: C4, C9 and 21. RGB value is (196,201,33). Sum of RGB (Red+Green+Blue) = 196+201+33=430 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.58% from 430); Green value is 201 (78.91% from 255 or 46.74% from 430); Blue value is 33 (13.28% from 255 or 7.67% from 430); Max value from RGB is 201 - color contains mainly: green. Hex color #C4C921 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4C921 is #3B36DE. Grayscale: #B5B5B5. Windows color (decimal): -3880671 or 2214340. OLE color: 2214340.
HSL color Cylindrical-coordinate representation of color #C4C921: hue angle of 61.79º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C4C921 is Cyan = 0.02, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 196 | 201 | 33 | - |
| CMYK | 0.02 | 0 | 0.84 | 0.21 |
| HSL | 61.79º | 0.72% | 0.46% | - |
| HSV(B) | 61.79º | 0.84% | 0.79% | - |
| XYZ | 43.93 | 53.62 | 9.47 | - |
| YUV | 180.35 | 44.84 | 139.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 201 | 33 | 0.02 | 0 | 0.84 | 0.21 | 61.79 | 0.72 | 0.46 |
| Hex | C4 | C9 | 21 | 2 | 0 | 54 | 15 | 3E | 48 | 2E |
| Octal | 304 | 311 | 41 | 2 | 0 | 124 | 25 | 76 | 110 | 56 |
| Binary | 11000100 | 11001001 | 100001 | 10 | 0 | 1010100 | 10101 | 111110 | 1001000 | 101110 |
Color Harmonies of #C4C921
Complementary color
Monochromatic Colors of #C4C921
Black with #C4C921
Text Example
Text Example
White with #C4C921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4C921; }
p { color: rgb(196,201,33); }
H1.HeaderClassName
{
color: #C4C921;
}
.AnyTagClassName
{
color: #C4C921;
}
</style>
background-color css
<style>
a { background-color: #C4C921; }
a { background-color: rgb(196,201,33); }
div.DivClassName
{
background-color: #C4C921;
}
.BgClassName
{
background-color: #C4C921;
}
</style>
border-color css
<style>
span { border-color: #C4C921; }
span { border-color: rgb(196,201,33); }
td.TdClassName
{
border-color: #C4C921;
}
.TagClassName
{
border-color: #C4C921;
}
</style>