Shades of Rio Grande #C0D21B
Tints of Rio Grande #C0D21B
RGB
CMYK
RGB Variations
Color information
#C0D21B (or 0xC0D21B) is known color: Rio Grande. HEX triplet: C0, D2 and 1B. RGB value is (192,210,27). Sum of RGB (Red+Green+Blue) = 192+210+27=429 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.76% from 429); Green value is 210 (82.42% from 255 or 48.95% from 429); Blue value is 27 (10.94% from 255 or 6.29% from 429); Max value from RGB is 210 - color contains mainly: green. Hex color #C0D21B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0D21B is #3F2DE4. Grayscale: #B8B8B8. Windows color (decimal): -4140517 or 1823424. OLE color: 1823424.
HSL color Cylindrical-coordinate representation of color #C0D21B: hue angle of 65.9º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C0D21B is Cyan = 0.09, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 192 | 210 | 27 | - |
| CMYK | 0.09 | 0 | 0.87 | 0.18 |
| HSL | 65.9º | 0.77% | 0.46% | - |
| HSV(B) | 65.9º | 0.87% | 0.82% | - |
| XYZ | 44.98 | 57.38 | 9.74 | - |
| YUV | 183.76 | 39.54 | 133.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 210 | 27 | 0.09 | 0 | 0.87 | 0.18 | 65.9 | 0.77 | 0.46 |
| Hex | C0 | D2 | 1B | 9 | 0 | 57 | 12 | 42 | 4D | 2E |
| Octal | 300 | 322 | 33 | 11 | 0 | 127 | 22 | 102 | 115 | 56 |
| Binary | 11000000 | 11010010 | 11011 | 1001 | 0 | 1010111 | 10010 | 1000010 | 1001101 | 101110 |
Color Harmonies of #C0D21B
Complementary color
Monochromatic Colors of #C0D21B
Black with #C0D21B
Text Example
Text Example
White with #C0D21B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D21B; }
p { color: rgb(192,210,27); }
H1.HeaderClassName
{
color: #C0D21B;
}
.AnyTagClassName
{
color: #C0D21B;
}
</style>
background-color css
<style>
a { background-color: #C0D21B; }
a { background-color: rgb(192,210,27); }
div.DivClassName
{
background-color: #C0D21B;
}
.BgClassName
{
background-color: #C0D21B;
}
</style>
border-color css
<style>
span { border-color: #C0D21B; }
span { border-color: rgb(192,210,27); }
td.TdClassName
{
border-color: #C0D21B;
}
.TagClassName
{
border-color: #C0D21B;
}
</style>