Shades of Rio Grande #C4CA1B
Tints of Rio Grande #C4CA1B
RGB
CMYK
RGB Variations
Color information
#C4CA1B (or 0xC4CA1B) is known color: Rio Grande. HEX triplet: C4, CA and 1B. RGB value is (196,202,27). Sum of RGB (Red+Green+Blue) = 196+202+27=425 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.12% from 425); Green value is 202 (79.30% from 255 or 47.53% from 425); Blue value is 27 (10.94% from 255 or 6.35% from 425); Max value from RGB is 202 - color contains mainly: green. Hex color #C4CA1B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4CA1B is #3B35E4. Grayscale: #B4B4B4. Windows color (decimal): -3880421 or 1821380. OLE color: 1821380.
HSL color Cylindrical-coordinate representation of color #C4CA1B: hue angle of 62.06º 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 #C4CA1B is Cyan = 0.03, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 196 | 202 | 27 | - |
| CMYK | 0.03 | 0 | 0.87 | 0.21 |
| HSL | 62.06º | 0.76% | 0.45% | - |
| HSV(B) | 62.06º | 0.87% | 0.79% | - |
| XYZ | 44.08 | 54.06 | 9.15 | - |
| YUV | 180.26 | 41.51 | 139.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 202 | 27 | 0.03 | 0 | 0.87 | 0.21 | 62.06 | 0.76 | 0.45 |
| Hex | C4 | CA | 1B | 3 | 0 | 57 | 15 | 3E | 4C | 2D |
| Octal | 304 | 312 | 33 | 3 | 0 | 127 | 25 | 76 | 114 | 55 |
| Binary | 11000100 | 11001010 | 11011 | 11 | 0 | 1010111 | 10101 | 111110 | 1001100 | 101101 |
Color Harmonies of #C4CA1B
Complementary color
Monochromatic Colors of #C4CA1B
Black with #C4CA1B
Text Example
Text Example
White with #C4CA1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4CA1B; }
p { color: rgb(196,202,27); }
H1.HeaderClassName
{
color: #C4CA1B;
}
.AnyTagClassName
{
color: #C4CA1B;
}
</style>
background-color css
<style>
a { background-color: #C4CA1B; }
a { background-color: rgb(196,202,27); }
div.DivClassName
{
background-color: #C4CA1B;
}
.BgClassName
{
background-color: #C4CA1B;
}
</style>
border-color css
<style>
span { border-color: #C4CA1B; }
span { border-color: rgb(196,202,27); }
td.TdClassName
{
border-color: #C4CA1B;
}
.TagClassName
{
border-color: #C4CA1B;
}
</style>