Shades of Rio Grande #C2CF1E
Tints of Rio Grande #C2CF1E
RGB
CMYK
RGB Variations
Color information
#C2CF1E (or 0xC2CF1E) is known color: Rio Grande. HEX triplet: C2, CF and 1E. RGB value is (194,207,30). Sum of RGB (Red+Green+Blue) = 194+207+30=431 (57% of max value = 765). Red value is 194 (76.17% from 255 or 45.01% from 431); Green value is 207 (81.25% from 255 or 48.03% from 431); Blue value is 30 (12.11% from 255 or 6.96% from 431); Max value from RGB is 207 - color contains mainly: green. Hex color #C2CF1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2CF1E is #3D30E1. Grayscale: #B7B7B7. Windows color (decimal): -4010210 or 2019266. OLE color: 2019266.
HSL color Cylindrical-coordinate representation of color #C2CF1E: hue angle of 64.41º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C2CF1E is Cyan = 0.06, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 194 | 207 | 30 | - |
| CMYK | 0.06 | 0 | 0.86 | 0.19 |
| HSL | 64.41º | 0.75% | 0.46% | - |
| HSV(B) | 64.41º | 0.86% | 0.81% | - |
| XYZ | 44.8 | 56.19 | 9.71 | - |
| YUV | 182.94 | 41.69 | 135.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 207 | 30 | 0.06 | 0 | 0.86 | 0.19 | 64.41 | 0.75 | 0.46 |
| Hex | C2 | CF | 1E | 6 | 0 | 56 | 13 | 40 | 4B | 2E |
| Octal | 302 | 317 | 36 | 6 | 0 | 126 | 23 | 100 | 113 | 56 |
| Binary | 11000010 | 11001111 | 11110 | 110 | 0 | 1010110 | 10011 | 1000000 | 1001011 | 101110 |
Color Harmonies of #C2CF1E
Complementary color
Monochromatic Colors of #C2CF1E
Black with #C2CF1E
Text Example
Text Example
White with #C2CF1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CF1E; }
p { color: rgb(194,207,30); }
H1.HeaderClassName
{
color: #C2CF1E;
}
.AnyTagClassName
{
color: #C2CF1E;
}
</style>
background-color css
<style>
a { background-color: #C2CF1E; }
a { background-color: rgb(194,207,30); }
div.DivClassName
{
background-color: #C2CF1E;
}
.BgClassName
{
background-color: #C2CF1E;
}
</style>
border-color css
<style>
span { border-color: #C2CF1E; }
span { border-color: rgb(194,207,30); }
td.TdClassName
{
border-color: #C2CF1E;
}
.TagClassName
{
border-color: #C2CF1E;
}
</style>