Shades of Rio Grande #C0C22B
Tints of Rio Grande #C0C22B
RGB
CMYK
RGB Variations
Color information
#C0C22B (or 0xC0C22B) is known color: Rio Grande. HEX triplet: C0, C2 and 2B. RGB value is (192,194,43). Sum of RGB (Red+Green+Blue) = 192+194+43=429 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.76% from 429); Green value is 194 (76.17% from 255 or 45.22% from 429); Blue value is 43 (17.19% from 255 or 10.02% from 429); Max value from RGB is 194 - color contains mainly: green. Hex color #C0C22B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0C22B is #3F3DD4. Grayscale: #B0B0B0. Windows color (decimal): -4144597 or 2867904. OLE color: 2867904.
HSL color Cylindrical-coordinate representation of color #C0C22B: hue angle of 60.79º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C0C22B is Cyan = 0.01, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 192 | 194 | 43 | - |
| CMYK | 0.01 | 0 | 0.78 | 0.24 |
| HSL | 60.79º | 0.64% | 0.46% | - |
| HSV(B) | 60.79º | 0.78% | 0.76% | - |
| XYZ | 41.47 | 49.96 | 9.74 | - |
| YUV | 176.19 | 52.84 | 139.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 194 | 43 | 0.01 | 0 | 0.78 | 0.24 | 60.79 | 0.64 | 0.46 |
| Hex | C0 | C2 | 2B | 1 | 0 | 4E | 18 | 3D | 40 | 2E |
| Octal | 300 | 302 | 53 | 1 | 0 | 116 | 30 | 75 | 100 | 56 |
| Binary | 11000000 | 11000010 | 101011 | 1 | 0 | 1001110 | 11000 | 111101 | 1000000 | 101110 |
Color Harmonies of #C0C22B
Complementary color
Monochromatic Colors of #C0C22B
Black with #C0C22B
Text Example
Text Example
White with #C0C22B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C22B; }
p { color: rgb(192,194,43); }
H1.HeaderClassName
{
color: #C0C22B;
}
.AnyTagClassName
{
color: #C0C22B;
}
</style>
background-color css
<style>
a { background-color: #C0C22B; }
a { background-color: rgb(192,194,43); }
div.DivClassName
{
background-color: #C0C22B;
}
.BgClassName
{
background-color: #C0C22B;
}
</style>
border-color css
<style>
span { border-color: #C0C22B; }
span { border-color: rgb(192,194,43); }
td.TdClassName
{
border-color: #C0C22B;
}
.TagClassName
{
border-color: #C0C22B;
}
</style>