Shades of Rio Grande #C2C51B
Tints of Rio Grande #C2C51B
RGB
CMYK
RGB Variations
Color information
#C2C51B (or 0xC2C51B) is known color: Rio Grande. HEX triplet: C2, C5 and 1B. RGB value is (194,197,27). Sum of RGB (Red+Green+Blue) = 194+197+27=418 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.41% from 418); Green value is 197 (77.34% from 255 or 47.13% from 418); Blue value is 27 (10.94% from 255 or 6.46% from 418); Max value from RGB is 197 - color contains mainly: green. Hex color #C2C51B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2C51B is #3D3AE4. Grayscale: #B1B1B1. Windows color (decimal): -4012773 or 1820098. OLE color: 1820098.
HSL color Cylindrical-coordinate representation of color #C2C51B: hue angle of 61.06º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C2C51B is Cyan = 0.02, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 194 | 197 | 27 | - |
| CMYK | 0.02 | 0 | 0.86 | 0.23 |
| HSL | 61.06º | 0.76% | 0.44% | - |
| HSV(B) | 61.06º | 0.86% | 0.77% | - |
| XYZ | 42.41 | 51.48 | 8.74 | - |
| YUV | 176.72 | 43.51 | 140.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 197 | 27 | 0.02 | 0 | 0.86 | 0.23 | 61.06 | 0.76 | 0.44 |
| Hex | C2 | C5 | 1B | 2 | 0 | 56 | 17 | 3D | 4C | 2C |
| Octal | 302 | 305 | 33 | 2 | 0 | 126 | 27 | 75 | 114 | 54 |
| Binary | 11000010 | 11000101 | 11011 | 10 | 0 | 1010110 | 10111 | 111101 | 1001100 | 101100 |
Color Harmonies of #C2C51B
Complementary color
Monochromatic Colors of #C2C51B
Black with #C2C51B
Text Example
Text Example
White with #C2C51B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C51B; }
p { color: rgb(194,197,27); }
H1.HeaderClassName
{
color: #C2C51B;
}
.AnyTagClassName
{
color: #C2C51B;
}
</style>
background-color css
<style>
a { background-color: #C2C51B; }
a { background-color: rgb(194,197,27); }
div.DivClassName
{
background-color: #C2C51B;
}
.BgClassName
{
background-color: #C2C51B;
}
</style>
border-color css
<style>
span { border-color: #C2C51B; }
span { border-color: rgb(194,197,27); }
td.TdClassName
{
border-color: #C2C51B;
}
.TagClassName
{
border-color: #C2C51B;
}
</style>