Shades of Rio Grande #C0BE22
Tints of Rio Grande #C0BE22
RGB
CMYK
RGB Variations
Color information
#C0BE22 (or 0xC0BE22) is known color: Rio Grande. HEX triplet: C0, BE and 22. RGB value is (192,190,34). Sum of RGB (Red+Green+Blue) = 192+190+34=416 (55% of max value = 765). Red value is 192 (75.39% from 255 or 46.15% from 416); Green value is 190 (74.61% from 255 or 45.67% from 416); Blue value is 34 (13.67% from 255 or 8.17% from 416); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BE22 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0BE22 is #3F41DD. Grayscale: #ADADAD. Windows color (decimal): -4145630 or 2277056. OLE color: 2277056.
HSL color Cylindrical-coordinate representation of color #C0BE22: hue angle of 59.24º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C0BE22 is Cyan = 0, Magento = 0.01, Yellow = 0.82 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 190 | 34 | - |
| CMYK | 0 | 0.01 | 0.82 | 0.25 |
| HSL | 59.24º | 0.7% | 0.44% | - |
| HSV(B) | 59.24º | 0.82% | 0.75% | - |
| XYZ | 40.44 | 48.15 | 8.68 | - |
| YUV | 172.81 | 49.66 | 141.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 190 | 34 | 0 | 0.01 | 0.82 | 0.25 | 59.24 | 0.7 | 0.44 |
| Hex | C0 | BE | 22 | 0 | 1 | 52 | 19 | 3B | 46 | 2C |
| Octal | 300 | 276 | 42 | 0 | 1 | 122 | 31 | 73 | 106 | 54 |
| Binary | 11000000 | 10111110 | 100010 | 0 | 1 | 1010010 | 11001 | 111011 | 1000110 | 101100 |
Color Harmonies of #C0BE22
Complementary color
Monochromatic Colors of #C0BE22
Black with #C0BE22
Text Example
Text Example
White with #C0BE22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BE22; }
p { color: rgb(192,190,34); }
H1.HeaderClassName
{
color: #C0BE22;
}
.AnyTagClassName
{
color: #C0BE22;
}
</style>
background-color css
<style>
a { background-color: #C0BE22; }
a { background-color: rgb(192,190,34); }
div.DivClassName
{
background-color: #C0BE22;
}
.BgClassName
{
background-color: #C0BE22;
}
</style>
border-color css
<style>
span { border-color: #C0BE22; }
span { border-color: rgb(192,190,34); }
td.TdClassName
{
border-color: #C0BE22;
}
.TagClassName
{
border-color: #C0BE22;
}
</style>