Shades of Rio Grande #C2D01C
Tints of Rio Grande #C2D01C
RGB
CMYK
RGB Variations
Color information
#C2D01C (or 0xC2D01C) is known color: Rio Grande. HEX triplet: C2, D0 and 1C. RGB value is (194,208,28). Sum of RGB (Red+Green+Blue) = 194+208+28=430 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.12% from 430); Green value is 208 (81.64% from 255 or 48.37% from 430); Blue value is 28 (11.33% from 255 or 6.51% from 430); Max value from RGB is 208 - color contains mainly: green. Hex color #C2D01C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2D01C is #3D2FE3. Grayscale: #B8B8B8. Windows color (decimal): -4009956 or 1888450. OLE color: 1888450.
HSL color Cylindrical-coordinate representation of color #C2D01C: hue angle of 64.67º degrees, saturation: 0.76, 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 #C2D01C is Cyan = 0.07, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 194 | 208 | 28 | - |
| CMYK | 0.07 | 0 | 0.87 | 0.18 |
| HSL | 64.67º | 0.76% | 0.46% | - |
| HSV(B) | 64.67º | 0.87% | 0.82% | - |
| XYZ | 45.01 | 56.66 | 9.66 | - |
| YUV | 183.29 | 40.36 | 135.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 208 | 28 | 0.07 | 0 | 0.87 | 0.18 | 64.67 | 0.76 | 0.46 |
| Hex | C2 | D0 | 1C | 7 | 0 | 57 | 12 | 41 | 4C | 2E |
| Octal | 302 | 320 | 34 | 7 | 0 | 127 | 22 | 101 | 114 | 56 |
| Binary | 11000010 | 11010000 | 11100 | 111 | 0 | 1010111 | 10010 | 1000001 | 1001100 | 101110 |
Color Harmonies of #C2D01C
Complementary color
Monochromatic Colors of #C2D01C
Black with #C2D01C
Text Example
Text Example
White with #C2D01C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D01C; }
p { color: rgb(194,208,28); }
H1.HeaderClassName
{
color: #C2D01C;
}
.AnyTagClassName
{
color: #C2D01C;
}
</style>
background-color css
<style>
a { background-color: #C2D01C; }
a { background-color: rgb(194,208,28); }
div.DivClassName
{
background-color: #C2D01C;
}
.BgClassName
{
background-color: #C2D01C;
}
</style>
border-color css
<style>
span { border-color: #C2D01C; }
span { border-color: rgb(194,208,28); }
td.TdClassName
{
border-color: #C2D01C;
}
.TagClassName
{
border-color: #C2D01C;
}
</style>