Shades of Rio Grande #C4D712
Tints of Rio Grande #C4D712
RGB
CMYK
RGB Variations
Color information
#C4D712 (or 0xC4D712) is known color: Rio Grande. HEX triplet: C4, D7 and 12. RGB value is (196,215,18). Sum of RGB (Red+Green+Blue) = 196+215+18=429 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.69% from 429); Green value is 215 (84.38% from 255 or 50.12% from 429); Blue value is 18 (7.42% from 255 or 4.20% from 429); Max value from RGB is 215 - color contains mainly: green. Hex color #C4D712 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C4D712 is #3B28ED. Grayscale: #BBBBBB. Windows color (decimal): -3877102 or 1234884. OLE color: 1234884.
HSL color Cylindrical-coordinate representation of color #C4D712: hue angle of 65.79º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C4D712 is Cyan = 0.09, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 196 | 215 | 18 | - |
| CMYK | 0.09 | 0 | 0.92 | 0.16 |
| HSL | 65.79º | 0.85% | 0.46% | - |
| HSV(B) | 65.79º | 0.92% | 0.84% | - |
| XYZ | 47.17 | 60.38 | 9.74 | - |
| YUV | 186.86 | 32.71 | 134.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 215 | 18 | 0.09 | 0 | 0.92 | 0.16 | 65.79 | 0.85 | 0.46 |
| Hex | C4 | D7 | 12 | 9 | 0 | 5C | 10 | 42 | 55 | 2E |
| Octal | 304 | 327 | 22 | 11 | 0 | 134 | 20 | 102 | 125 | 56 |
| Binary | 11000100 | 11010111 | 10010 | 1001 | 0 | 1011100 | 10000 | 1000010 | 1010101 | 101110 |
Color Harmonies of #C4D712
Complementary color
Monochromatic Colors of #C4D712
Black with #C4D712
Text Example
Text Example
White with #C4D712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4D712; }
p { color: rgb(196,215,18); }
H1.HeaderClassName
{
color: #C4D712;
}
.AnyTagClassName
{
color: #C4D712;
}
</style>
background-color css
<style>
a { background-color: #C4D712; }
a { background-color: rgb(196,215,18); }
div.DivClassName
{
background-color: #C4D712;
}
.BgClassName
{
background-color: #C4D712;
}
</style>
border-color css
<style>
span { border-color: #C4D712; }
span { border-color: rgb(196,215,18); }
td.TdClassName
{
border-color: #C4D712;
}
.TagClassName
{
border-color: #C4D712;
}
</style>