Shades of Rio Grande #C1CA1B
Tints of Rio Grande #C1CA1B
RGB
CMYK
RGB Variations
Color information
#C1CA1B (or 0xC1CA1B) is known color: Rio Grande. HEX triplet: C1, CA and 1B. RGB value is (193,202,27). Sum of RGB (Red+Green+Blue) = 193+202+27=422 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.73% from 422); Green value is 202 (79.30% from 255 or 47.87% from 422); Blue value is 27 (10.94% from 255 or 6.40% from 422); Max value from RGB is 202 - color contains mainly: green. Hex color #C1CA1B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1CA1B is #3E35E4. Grayscale: #B4B4B4. Windows color (decimal): -4077029 or 1821377. OLE color: 1821377.
HSL color Cylindrical-coordinate representation of color #C1CA1B: hue angle of 63.09º 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 #C1CA1B is Cyan = 0.04, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 193 | 202 | 27 | - |
| CMYK | 0.04 | 0 | 0.87 | 0.21 |
| HSL | 63.09º | 0.76% | 0.45% | - |
| HSV(B) | 63.09º | 0.87% | 0.79% | - |
| XYZ | 43.31 | 53.66 | 9.11 | - |
| YUV | 179.36 | 42.02 | 137.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 202 | 27 | 0.04 | 0 | 0.87 | 0.21 | 63.09 | 0.76 | 0.45 |
| Hex | C1 | CA | 1B | 4 | 0 | 57 | 15 | 3F | 4C | 2D |
| Octal | 301 | 312 | 33 | 4 | 0 | 127 | 25 | 77 | 114 | 55 |
| Binary | 11000001 | 11001010 | 11011 | 100 | 0 | 1010111 | 10101 | 111111 | 1001100 | 101101 |
Color Harmonies of #C1CA1B
Complementary color
Monochromatic Colors of #C1CA1B
Black with #C1CA1B
Text Example
Text Example
White with #C1CA1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1CA1B; }
p { color: rgb(193,202,27); }
H1.HeaderClassName
{
color: #C1CA1B;
}
.AnyTagClassName
{
color: #C1CA1B;
}
</style>
background-color css
<style>
a { background-color: #C1CA1B; }
a { background-color: rgb(193,202,27); }
div.DivClassName
{
background-color: #C1CA1B;
}
.BgClassName
{
background-color: #C1CA1B;
}
</style>
border-color css
<style>
span { border-color: #C1CA1B; }
span { border-color: rgb(193,202,27); }
td.TdClassName
{
border-color: #C1CA1B;
}
.TagClassName
{
border-color: #C1CA1B;
}
</style>