Shades of Rio Grande #C4CC21
Tints of Rio Grande #C4CC21
RGB
CMYK
RGB Variations
Color information
#C4CC21 (or 0xC4CC21) is known color: Rio Grande. HEX triplet: C4, CC and 21. RGB value is (196,204,33). Sum of RGB (Red+Green+Blue) = 196+204+33=433 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.27% from 433); Green value is 204 (80.08% from 255 or 47.11% from 433); Blue value is 33 (13.28% from 255 or 7.62% from 433); Max value from RGB is 204 - color contains mainly: green. Hex color #C4CC21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4CC21 is #3B33DE. Grayscale: #B6B6B6. Windows color (decimal): -3879903 or 2215108. OLE color: 2215108.
HSL color Cylindrical-coordinate representation of color #C4CC21: hue angle of 62.81º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C4CC21 is Cyan = 0.04, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 196 | 204 | 33 | - |
| CMYK | 0.04 | 0 | 0.84 | 0.2 |
| HSL | 62.81º | 0.72% | 0.46% | - |
| HSV(B) | 62.81º | 0.84% | 0.8% | - |
| XYZ | 44.63 | 55.03 | 9.71 | - |
| YUV | 182.11 | 43.85 | 137.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 204 | 33 | 0.04 | 0 | 0.84 | 0.2 | 62.81 | 0.72 | 0.46 |
| Hex | C4 | CC | 21 | 4 | 0 | 54 | 14 | 3F | 48 | 2E |
| Octal | 304 | 314 | 41 | 4 | 0 | 124 | 24 | 77 | 110 | 56 |
| Binary | 11000100 | 11001100 | 100001 | 100 | 0 | 1010100 | 10100 | 111111 | 1001000 | 101110 |
Color Harmonies of #C4CC21
Complementary color
Monochromatic Colors of #C4CC21
Black with #C4CC21
Text Example
Text Example
White with #C4CC21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4CC21; }
p { color: rgb(196,204,33); }
H1.HeaderClassName
{
color: #C4CC21;
}
.AnyTagClassName
{
color: #C4CC21;
}
</style>
background-color css
<style>
a { background-color: #C4CC21; }
a { background-color: rgb(196,204,33); }
div.DivClassName
{
background-color: #C4CC21;
}
.BgClassName
{
background-color: #C4CC21;
}
</style>
border-color css
<style>
span { border-color: #C4CC21; }
span { border-color: rgb(196,204,33); }
td.TdClassName
{
border-color: #C4CC21;
}
.TagClassName
{
border-color: #C4CC21;
}
</style>