Shades of Rio Grande #C2BE22
Tints of Rio Grande #C2BE22
RGB
CMYK
RGB Variations
Color information
#C2BE22 (or 0xC2BE22) is known color: Rio Grande. HEX triplet: C2, BE and 22. RGB value is (194,190,34). Sum of RGB (Red+Green+Blue) = 194+190+34=418 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.41% from 418); Green value is 190 (74.61% from 255 or 45.45% from 418); Blue value is 34 (13.67% from 255 or 8.13% from 418); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BE22 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2BE22 is #3D41DD. Grayscale: #AEAEAE. Windows color (decimal): -4014558 or 2277058. OLE color: 2277058.
HSL color Cylindrical-coordinate representation of color #C2BE22: hue angle of 58.5º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C2BE22 is Cyan = 0, Magento = 0.02, Yellow = 0.82 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 190 | 34 | - |
| CMYK | 0 | 0.02 | 0.82 | 0.24 |
| HSL | 58.5º | 0.7% | 0.45% | - |
| HSV(B) | 58.5º | 0.82% | 0.76% | - |
| XYZ | 40.95 | 48.41 | 8.7 | - |
| YUV | 173.41 | 49.33 | 142.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 190 | 34 | 0 | 0.02 | 0.82 | 0.24 | 58.5 | 0.7 | 0.45 |
| Hex | C2 | BE | 22 | 0 | 2 | 52 | 18 | 3A | 46 | 2D |
| Octal | 302 | 276 | 42 | 0 | 2 | 122 | 30 | 72 | 106 | 55 |
| Binary | 11000010 | 10111110 | 100010 | 0 | 10 | 1010010 | 11000 | 111010 | 1000110 | 101101 |
Color Harmonies of #C2BE22
Complementary color
Monochromatic Colors of #C2BE22
Black with #C2BE22
Text Example
Text Example
White with #C2BE22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BE22; }
p { color: rgb(194,190,34); }
H1.HeaderClassName
{
color: #C2BE22;
}
.AnyTagClassName
{
color: #C2BE22;
}
</style>
background-color css
<style>
a { background-color: #C2BE22; }
a { background-color: rgb(194,190,34); }
div.DivClassName
{
background-color: #C2BE22;
}
.BgClassName
{
background-color: #C2BE22;
}
</style>
border-color css
<style>
span { border-color: #C2BE22; }
span { border-color: rgb(194,190,34); }
td.TdClassName
{
border-color: #C2BE22;
}
.TagClassName
{
border-color: #C2BE22;
}
</style>