Shades of Rio Grande #C2CA1B
Tints of Rio Grande #C2CA1B
RGB
CMYK
RGB Variations
Color information
#C2CA1B (or 0xC2CA1B) is known color: Rio Grande. HEX triplet: C2, CA and 1B. RGB value is (194,202,27). Sum of RGB (Red+Green+Blue) = 194+202+27=423 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.86% from 423); Green value is 202 (79.30% from 255 or 47.75% from 423); Blue value is 27 (10.94% from 255 or 6.38% from 423); Max value from RGB is 202 - color contains mainly: green. Hex color #C2CA1B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2CA1B is #3D35E4. Grayscale: #B4B4B4. Windows color (decimal): -4011493 or 1821378. OLE color: 1821378.
HSL color Cylindrical-coordinate representation of color #C2CA1B: hue angle of 62.74º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C2CA1B is Cyan = 0.04, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 194 | 202 | 27 | - |
| CMYK | 0.04 | 0 | 0.87 | 0.21 |
| HSL | 62.74º | 0.76% | 0.45% | - |
| HSV(B) | 62.74º | 0.87% | 0.79% | - |
| XYZ | 43.57 | 53.79 | 9.12 | - |
| YUV | 179.66 | 41.85 | 138.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 202 | 27 | 0.04 | 0 | 0.87 | 0.21 | 62.74 | 0.76 | 0.45 |
| Hex | C2 | CA | 1B | 4 | 0 | 57 | 15 | 3F | 4C | 2D |
| Octal | 302 | 312 | 33 | 4 | 0 | 127 | 25 | 77 | 114 | 55 |
| Binary | 11000010 | 11001010 | 11011 | 100 | 0 | 1010111 | 10101 | 111111 | 1001100 | 101101 |
Color Harmonies of #C2CA1B
Complementary color
Monochromatic Colors of #C2CA1B
Black with #C2CA1B
Text Example
Text Example
White with #C2CA1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CA1B; }
p { color: rgb(194,202,27); }
H1.HeaderClassName
{
color: #C2CA1B;
}
.AnyTagClassName
{
color: #C2CA1B;
}
</style>
background-color css
<style>
a { background-color: #C2CA1B; }
a { background-color: rgb(194,202,27); }
div.DivClassName
{
background-color: #C2CA1B;
}
.BgClassName
{
background-color: #C2CA1B;
}
</style>
border-color css
<style>
span { border-color: #C2CA1B; }
span { border-color: rgb(194,202,27); }
td.TdClassName
{
border-color: #C2CA1B;
}
.TagClassName
{
border-color: #C2CA1B;
}
</style>