Shades of Rio Grande #C2D012
Tints of Rio Grande #C2D012
RGB
CMYK
RGB Variations
Color information
#C2D012 (or 0xC2D012) is known color: Rio Grande. HEX triplet: C2, D0 and 12. RGB value is (194,208,18). Sum of RGB (Red+Green+Blue) = 194+208+18=420 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.19% from 420); Green value is 208 (81.64% from 255 or 49.52% from 420); Blue value is 18 (7.42% from 255 or 4.29% from 420); Max value from RGB is 208 - color contains mainly: green. Hex color #C2D012 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2D012 is #3D2FED. Grayscale: #B6B6B6. Windows color (decimal): -4009966 or 1233090. OLE color: 1233090.
HSL color Cylindrical-coordinate representation of color #C2D012: hue angle of 64.42º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C2D012 is Cyan = 0.07, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 194 | 208 | 18 | - |
| CMYK | 0.07 | 0 | 0.91 | 0.18 |
| HSL | 64.42º | 0.84% | 0.44% | - |
| HSV(B) | 64.42º | 0.91% | 0.82% | - |
| XYZ | 44.91 | 56.62 | 9.13 | - |
| YUV | 182.15 | 35.36 | 136.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 208 | 18 | 0.07 | 0 | 0.91 | 0.18 | 64.42 | 0.84 | 0.44 |
| Hex | C2 | D0 | 12 | 7 | 0 | 5B | 12 | 40 | 54 | 2C |
| Octal | 302 | 320 | 22 | 7 | 0 | 133 | 22 | 100 | 124 | 54 |
| Binary | 11000010 | 11010000 | 10010 | 111 | 0 | 1011011 | 10010 | 1000000 | 1010100 | 101100 |
Color Harmonies of #C2D012
Complementary color
Monochromatic Colors of #C2D012
Black with #C2D012
Text Example
Text Example
White with #C2D012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D012; }
p { color: rgb(194,208,18); }
H1.HeaderClassName
{
color: #C2D012;
}
.AnyTagClassName
{
color: #C2D012;
}
</style>
background-color css
<style>
a { background-color: #C2D012; }
a { background-color: rgb(194,208,18); }
div.DivClassName
{
background-color: #C2D012;
}
.BgClassName
{
background-color: #C2D012;
}
</style>
border-color css
<style>
span { border-color: #C2D012; }
span { border-color: rgb(194,208,18); }
td.TdClassName
{
border-color: #C2D012;
}
.TagClassName
{
border-color: #C2D012;
}
</style>