Shades of Rio Grande #C0D11B
Tints of Rio Grande #C0D11B
RGB
CMYK
RGB Variations
Color information
#C0D11B (or 0xC0D11B) is known color: Rio Grande. HEX triplet: C0, D1 and 1B. RGB value is (192,209,27). Sum of RGB (Red+Green+Blue) = 192+209+27=428 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.86% from 428); Green value is 209 (82.03% from 255 or 48.83% from 428); Blue value is 27 (10.94% from 255 or 6.31% from 428); Max value from RGB is 209 - color contains mainly: green. Hex color #C0D11B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0D11B is #3F2EE4. Grayscale: #B7B7B7. Windows color (decimal): -4140773 or 1823168. OLE color: 1823168.
HSL color Cylindrical-coordinate representation of color #C0D11B: hue angle of 65.6º 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 #C0D11B is Cyan = 0.08, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 192 | 209 | 27 | - |
| CMYK | 0.08 | 0 | 0.87 | 0.18 |
| HSL | 65.6º | 0.77% | 0.46% | - |
| HSV(B) | 65.6º | 0.87% | 0.82% | - |
| XYZ | 44.74 | 56.89 | 9.66 | - |
| YUV | 183.17 | 39.87 | 134.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 209 | 27 | 0.08 | 0 | 0.87 | 0.18 | 65.6 | 0.77 | 0.46 |
| Hex | C0 | D1 | 1B | 8 | 0 | 57 | 12 | 42 | 4D | 2E |
| Octal | 300 | 321 | 33 | 10 | 0 | 127 | 22 | 102 | 115 | 56 |
| Binary | 11000000 | 11010001 | 11011 | 1000 | 0 | 1010111 | 10010 | 1000010 | 1001101 | 101110 |
Color Harmonies of #C0D11B
Complementary color
Monochromatic Colors of #C0D11B
Black with #C0D11B
Text Example
Text Example
White with #C0D11B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D11B; }
p { color: rgb(192,209,27); }
H1.HeaderClassName
{
color: #C0D11B;
}
.AnyTagClassName
{
color: #C0D11B;
}
</style>
background-color css
<style>
a { background-color: #C0D11B; }
a { background-color: rgb(192,209,27); }
div.DivClassName
{
background-color: #C0D11B;
}
.BgClassName
{
background-color: #C0D11B;
}
</style>
border-color css
<style>
span { border-color: #C0D11B; }
span { border-color: rgb(192,209,27); }
td.TdClassName
{
border-color: #C0D11B;
}
.TagClassName
{
border-color: #C0D11B;
}
</style>