Shades of Rio Grande #C2CE1E
Tints of Rio Grande #C2CE1E
RGB
CMYK
RGB Variations
Color information
#C2CE1E (or 0xC2CE1E) is known color: Rio Grande. HEX triplet: C2, CE and 1E. RGB value is (194,206,30). Sum of RGB (Red+Green+Blue) = 194+206+30=430 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.12% from 430); Green value is 206 (80.86% from 255 or 47.91% from 430); Blue value is 30 (12.11% from 255 or 6.98% from 430); Max value from RGB is 206 - color contains mainly: green. Hex color #C2CE1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2CE1E is #3D31E1. Grayscale: #B7B7B7. Windows color (decimal): -4010466 or 2019010. OLE color: 2019010.
HSL color Cylindrical-coordinate representation of color #C2CE1E: hue angle of 64.09º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C2CE1E is Cyan = 0.06, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 194 | 206 | 30 | - |
| CMYK | 0.06 | 0 | 0.85 | 0.19 |
| HSL | 64.09º | 0.75% | 0.46% | - |
| HSV(B) | 64.09º | 0.85% | 0.81% | - |
| XYZ | 44.55 | 55.71 | 9.63 | - |
| YUV | 182.35 | 42.02 | 136.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 206 | 30 | 0.06 | 0 | 0.85 | 0.19 | 64.09 | 0.75 | 0.46 |
| Hex | C2 | CE | 1E | 6 | 0 | 55 | 13 | 40 | 4B | 2E |
| Octal | 302 | 316 | 36 | 6 | 0 | 125 | 23 | 100 | 113 | 56 |
| Binary | 11000010 | 11001110 | 11110 | 110 | 0 | 1010101 | 10011 | 1000000 | 1001011 | 101110 |
Color Harmonies of #C2CE1E
Complementary color
Monochromatic Colors of #C2CE1E
Black with #C2CE1E
Text Example
Text Example
White with #C2CE1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CE1E; }
p { color: rgb(194,206,30); }
H1.HeaderClassName
{
color: #C2CE1E;
}
.AnyTagClassName
{
color: #C2CE1E;
}
</style>
background-color css
<style>
a { background-color: #C2CE1E; }
a { background-color: rgb(194,206,30); }
div.DivClassName
{
background-color: #C2CE1E;
}
.BgClassName
{
background-color: #C2CE1E;
}
</style>
border-color css
<style>
span { border-color: #C2CE1E; }
span { border-color: rgb(194,206,30); }
td.TdClassName
{
border-color: #C2CE1E;
}
.TagClassName
{
border-color: #C2CE1E;
}
</style>