Shades of Rio Grande #C5CB1D
Tints of Rio Grande #C5CB1D
RGB
CMYK
RGB Variations
Color information
#C5CB1D (or 0xC5CB1D) is known color: Rio Grande. HEX triplet: C5, CB and 1D. RGB value is (197,203,29). Sum of RGB (Red+Green+Blue) = 197+203+29=429 (56% of max value = 765). Red value is 197 (77.34% from 255 or 45.92% from 429); Green value is 203 (79.69% from 255 or 47.32% from 429); Blue value is 29 (11.72% from 255 or 6.76% from 429); Max value from RGB is 203 - color contains mainly: green. Hex color #C5CB1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5CB1D is #3A34E2. Grayscale: #B6B6B6. Windows color (decimal): -3814627 or 1952709. OLE color: 1952709.
HSL color Cylindrical-coordinate representation of color #C5CB1D: hue angle of 62.07º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C5CB1D is Cyan = 0.03, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 197 | 203 | 29 | - |
| CMYK | 0.03 | 0 | 0.86 | 0.20 |
| HSL | 62.07º | 0.75% | 0.45% | - |
| HSV(B) | 62.07º | 0.86% | 0.8% | - |
| XYZ | 44.6 | 54.67 | 9.36 | - |
| YUV | 181.37 | 42.01 | 139.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 203 | 29 | 0.03 | 0 | 0.86 | 0.20 | 62.07 | 0.75 | 0.45 |
| Hex | C5 | CB | 1D | 3 | 0 | 56 | 14 | 3E | 4B | 2D |
| Octal | 305 | 313 | 35 | 3 | 0 | 126 | 24 | 76 | 113 | 55 |
| Binary | 11000101 | 11001011 | 11101 | 11 | 0 | 1010110 | 10100 | 111110 | 1001011 | 101101 |
Color Harmonies of #C5CB1D
Complementary color
Monochromatic Colors of #C5CB1D
Black with #C5CB1D
Text Example
Text Example
White with #C5CB1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CB1D; }
p { color: rgb(197,203,29); }
H1.HeaderClassName
{
color: #C5CB1D;
}
.AnyTagClassName
{
color: #C5CB1D;
}
</style>
background-color css
<style>
a { background-color: #C5CB1D; }
a { background-color: rgb(197,203,29); }
div.DivClassName
{
background-color: #C5CB1D;
}
.BgClassName
{
background-color: #C5CB1D;
}
</style>
border-color css
<style>
span { border-color: #C5CB1D; }
span { border-color: rgb(197,203,29); }
td.TdClassName
{
border-color: #C5CB1D;
}
.TagClassName
{
border-color: #C5CB1D;
}
</style>