Shades of Rio Grande #C4CD1D
Tints of Rio Grande #C4CD1D
RGB
CMYK
RGB Variations
Color information
#C4CD1D (or 0xC4CD1D) is known color: Rio Grande. HEX triplet: C4, CD and 1D. RGB value is (196,205,29). Sum of RGB (Red+Green+Blue) = 196+205+29=430 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.58% from 430); Green value is 205 (80.47% from 255 or 47.67% from 430); Blue value is 29 (11.72% from 255 or 6.74% from 430); Max value from RGB is 205 - color contains mainly: green. Hex color #C4CD1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4CD1D is #3B32E2. Grayscale: #B6B6B6. Windows color (decimal): -3879651 or 1953220. OLE color: 1953220.
HSL color Cylindrical-coordinate representation of color #C4CD1D: hue angle of 63.07º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C4CD1D is Cyan = 0.04, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 196 | 205 | 29 | - |
| CMYK | 0.04 | 0 | 0.86 | 0.20 |
| HSL | 63.07º | 0.75% | 0.46% | - |
| HSV(B) | 63.07º | 0.86% | 0.8% | - |
| XYZ | 44.82 | 55.49 | 9.51 | - |
| YUV | 182.25 | 41.52 | 137.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 205 | 29 | 0.04 | 0 | 0.86 | 0.20 | 63.07 | 0.75 | 0.46 |
| Hex | C4 | CD | 1D | 4 | 0 | 56 | 14 | 3F | 4B | 2E |
| Octal | 304 | 315 | 35 | 4 | 0 | 126 | 24 | 77 | 113 | 56 |
| Binary | 11000100 | 11001101 | 11101 | 100 | 0 | 1010110 | 10100 | 111111 | 1001011 | 101110 |
Color Harmonies of #C4CD1D
Complementary color
Monochromatic Colors of #C4CD1D
Black with #C4CD1D
Text Example
Text Example
White with #C4CD1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4CD1D; }
p { color: rgb(196,205,29); }
H1.HeaderClassName
{
color: #C4CD1D;
}
.AnyTagClassName
{
color: #C4CD1D;
}
</style>
background-color css
<style>
a { background-color: #C4CD1D; }
a { background-color: rgb(196,205,29); }
div.DivClassName
{
background-color: #C4CD1D;
}
.BgClassName
{
background-color: #C4CD1D;
}
</style>
border-color css
<style>
span { border-color: #C4CD1D; }
span { border-color: rgb(196,205,29); }
td.TdClassName
{
border-color: #C4CD1D;
}
.TagClassName
{
border-color: #C4CD1D;
}
</style>