Shades of Rio Grande #C2D01B
Tints of Rio Grande #C2D01B
RGB
CMYK
RGB Variations
Color information
#C2D01B (or 0xC2D01B) is known color: Rio Grande. HEX triplet: C2, D0 and 1B. RGB value is (194,208,27). Sum of RGB (Red+Green+Blue) = 194+208+27=429 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.22% from 429); Green value is 208 (81.64% from 255 or 48.48% from 429); Blue value is 27 (10.94% from 255 or 6.29% from 429); Max value from RGB is 208 - color contains mainly: green. Hex color #C2D01B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2D01B is #3D2FE4. Grayscale: #B7B7B7. Windows color (decimal): -4009957 or 1822914. OLE color: 1822914.
HSL color Cylindrical-coordinate representation of color #C2D01B: hue angle of 64.64º 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 #C2D01B is Cyan = 0.07, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 194 | 208 | 27 | - |
| CMYK | 0.07 | 0 | 0.87 | 0.18 |
| HSL | 64.64º | 0.77% | 0.46% | - |
| HSV(B) | 64.64º | 0.87% | 0.82% | - |
| XYZ | 45 | 56.66 | 9.6 | - |
| YUV | 183.18 | 39.86 | 135.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 208 | 27 | 0.07 | 0 | 0.87 | 0.18 | 64.64 | 0.77 | 0.46 |
| Hex | C2 | D0 | 1B | 7 | 0 | 57 | 12 | 41 | 4D | 2E |
| Octal | 302 | 320 | 33 | 7 | 0 | 127 | 22 | 101 | 115 | 56 |
| Binary | 11000010 | 11010000 | 11011 | 111 | 0 | 1010111 | 10010 | 1000001 | 1001101 | 101110 |
Color Harmonies of #C2D01B
Complementary color
Monochromatic Colors of #C2D01B
Black with #C2D01B
Text Example
Text Example
White with #C2D01B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D01B; }
p { color: rgb(194,208,27); }
H1.HeaderClassName
{
color: #C2D01B;
}
.AnyTagClassName
{
color: #C2D01B;
}
</style>
background-color css
<style>
a { background-color: #C2D01B; }
a { background-color: rgb(194,208,27); }
div.DivClassName
{
background-color: #C2D01B;
}
.BgClassName
{
background-color: #C2D01B;
}
</style>
border-color css
<style>
span { border-color: #C2D01B; }
span { border-color: rgb(194,208,27); }
td.TdClassName
{
border-color: #C2D01B;
}
.TagClassName
{
border-color: #C2D01B;
}
</style>