Shades of Rio Grande #C2D11B
Tints of Rio Grande #C2D11B
RGB
CMYK
RGB Variations
Color information
#C2D11B (or 0xC2D11B) is known color: Rio Grande. HEX triplet: C2, D1 and 1B. RGB value is (194,209,27). Sum of RGB (Red+Green+Blue) = 194+209+27=430 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.12% from 430); Green value is 209 (82.03% from 255 or 48.60% from 430); Blue value is 27 (10.94% from 255 or 6.28% from 430); Max value from RGB is 209 - color contains mainly: green. Hex color #C2D11B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2D11B is #3D2EE4. Grayscale: #B8B8B8. Windows color (decimal): -4009701 or 1823170. OLE color: 1823170.
HSL color Cylindrical-coordinate representation of color #C2D11B: hue angle of 64.95º 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 #C2D11B is Cyan = 0.07, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 194 | 209 | 27 | - |
| CMYK | 0.07 | 0 | 0.87 | 0.18 |
| HSL | 64.95º | 0.77% | 0.46% | - |
| HSV(B) | 64.95º | 0.87% | 0.82% | - |
| XYZ | 45.25 | 57.15 | 9.68 | - |
| YUV | 183.77 | 39.53 | 135.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 209 | 27 | 0.07 | 0 | 0.87 | 0.18 | 64.95 | 0.77 | 0.46 |
| Hex | C2 | D1 | 1B | 7 | 0 | 57 | 12 | 41 | 4D | 2E |
| Octal | 302 | 321 | 33 | 7 | 0 | 127 | 22 | 101 | 115 | 56 |
| Binary | 11000010 | 11010001 | 11011 | 111 | 0 | 1010111 | 10010 | 1000001 | 1001101 | 101110 |
Color Harmonies of #C2D11B
Complementary color
Monochromatic Colors of #C2D11B
Black with #C2D11B
Text Example
Text Example
White with #C2D11B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D11B; }
p { color: rgb(194,209,27); }
H1.HeaderClassName
{
color: #C2D11B;
}
.AnyTagClassName
{
color: #C2D11B;
}
</style>
background-color css
<style>
a { background-color: #C2D11B; }
a { background-color: rgb(194,209,27); }
div.DivClassName
{
background-color: #C2D11B;
}
.BgClassName
{
background-color: #C2D11B;
}
</style>
border-color css
<style>
span { border-color: #C2D11B; }
span { border-color: rgb(194,209,27); }
td.TdClassName
{
border-color: #C2D11B;
}
.TagClassName
{
border-color: #C2D11B;
}
</style>