Shades of Rio Grande #C2CE20
Tints of Rio Grande #C2CE20
RGB
CMYK
RGB Variations
Color information
#C2CE20 (or 0xC2CE20) is known color: Rio Grande. HEX triplet: C2, CE and 20. RGB value is (194,206,32). Sum of RGB (Red+Green+Blue) = 194+206+32=432 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.91% from 432); Green value is 206 (80.86% from 255 or 47.69% from 432); Blue value is 32 (12.89% from 255 or 7.41% from 432); Max value from RGB is 206 - color contains mainly: green. Hex color #C2CE20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2CE20 is #3D31DF. Grayscale: #B7B7B7. Windows color (decimal): -4010464 or 2150082. OLE color: 2150082.
HSL color Cylindrical-coordinate representation of color #C2CE20: hue angle of 64.14º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C2CE20 is Cyan = 0.06, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 194 | 206 | 32 | - |
| CMYK | 0.06 | 0 | 0.84 | 0.19 |
| HSL | 64.14º | 0.73% | 0.47% | - |
| HSV(B) | 64.14º | 0.84% | 0.81% | - |
| XYZ | 44.58 | 55.72 | 9.77 | - |
| YUV | 182.58 | 43.02 | 136.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 206 | 32 | 0.06 | 0 | 0.84 | 0.19 | 64.14 | 0.73 | 0.47 |
| Hex | C2 | CE | 20 | 6 | 0 | 54 | 13 | 40 | 49 | 2F |
| Octal | 302 | 316 | 40 | 6 | 0 | 124 | 23 | 100 | 111 | 57 |
| Binary | 11000010 | 11001110 | 100000 | 110 | 0 | 1010100 | 10011 | 1000000 | 1001001 | 101111 |
Color Harmonies of #C2CE20
Complementary color
Monochromatic Colors of #C2CE20
Black with #C2CE20
Text Example
Text Example
White with #C2CE20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CE20; }
p { color: rgb(194,206,32); }
H1.HeaderClassName
{
color: #C2CE20;
}
.AnyTagClassName
{
color: #C2CE20;
}
</style>
background-color css
<style>
a { background-color: #C2CE20; }
a { background-color: rgb(194,206,32); }
div.DivClassName
{
background-color: #C2CE20;
}
.BgClassName
{
background-color: #C2CE20;
}
</style>
border-color css
<style>
span { border-color: #C2CE20; }
span { border-color: rgb(194,206,32); }
td.TdClassName
{
border-color: #C2CE20;
}
.TagClassName
{
border-color: #C2CE20;
}
</style>