Shades of Rio Grande #C4D01D
Tints of Rio Grande #C4D01D
RGB
CMYK
RGB Variations
Color information
#C4D01D (or 0xC4D01D) is known color: Rio Grande. HEX triplet: C4, D0 and 1D. RGB value is (196,208,29). Sum of RGB (Red+Green+Blue) = 196+208+29=433 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.27% from 433); Green value is 208 (81.64% from 255 or 48.04% from 433); Blue value is 29 (11.72% from 255 or 6.70% from 433); Max value from RGB is 208 - color contains mainly: green. Hex color #C4D01D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4D01D is #3B2FE2. Grayscale: #B8B8B8. Windows color (decimal): -3878883 or 1953988. OLE color: 1953988.
HSL color Cylindrical-coordinate representation of color #C4D01D: hue angle of 64.02º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C4D01D is Cyan = 0.06, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 196 | 208 | 29 | - |
| CMYK | 0.06 | 0 | 0.86 | 0.18 |
| HSL | 64.02º | 0.76% | 0.46% | - |
| HSV(B) | 64.02º | 0.86% | 0.82% | - |
| XYZ | 45.54 | 56.94 | 9.75 | - |
| YUV | 184.01 | 40.52 | 136.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 208 | 29 | 0.06 | 0 | 0.86 | 0.18 | 64.02 | 0.76 | 0.46 |
| Hex | C4 | D0 | 1D | 6 | 0 | 56 | 12 | 40 | 4C | 2E |
| Octal | 304 | 320 | 35 | 6 | 0 | 126 | 22 | 100 | 114 | 56 |
| Binary | 11000100 | 11010000 | 11101 | 110 | 0 | 1010110 | 10010 | 1000000 | 1001100 | 101110 |
Color Harmonies of #C4D01D
Complementary color
Monochromatic Colors of #C4D01D
Black with #C4D01D
Text Example
Text Example
White with #C4D01D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4D01D; }
p { color: rgb(196,208,29); }
H1.HeaderClassName
{
color: #C4D01D;
}
.AnyTagClassName
{
color: #C4D01D;
}
</style>
background-color css
<style>
a { background-color: #C4D01D; }
a { background-color: rgb(196,208,29); }
div.DivClassName
{
background-color: #C4D01D;
}
.BgClassName
{
background-color: #C4D01D;
}
</style>
border-color css
<style>
span { border-color: #C4D01D; }
span { border-color: rgb(196,208,29); }
td.TdClassName
{
border-color: #C4D01D;
}
.TagClassName
{
border-color: #C4D01D;
}
</style>