Shades of Rio Grande #BABC1D
Tints of Rio Grande #BABC1D
RGB
CMYK
RGB Variations
Color information
#BABC1D (or 0xBABC1D) is known color: Rio Grande. HEX triplet: BA, BC and 1D. RGB value is (186,188,29). Sum of RGB (Red+Green+Blue) = 186+188+29=403 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.15% from 403); Green value is 188 (73.83% from 255 or 46.65% from 403); Blue value is 29 (11.72% from 255 or 7.20% from 403); Max value from RGB is 188 - color contains mainly: green. Hex color #BABC1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BABC1D is #4543E2. Grayscale: #A9A9A9. Windows color (decimal): -4539363 or 1948858. OLE color: 1948858.
HSL color Cylindrical-coordinate representation of color #BABC1D: hue angle of 60.75º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BABC1D is Cyan = 0.01, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 186 | 188 | 29 | - |
| CMYK | 0.01 | 0 | 0.85 | 0.26 |
| HSL | 60.75º | 0.73% | 0.43% | - |
| HSV(B) | 60.75º | 0.85% | 0.74% | - |
| XYZ | 38.45 | 46.49 | 8.11 | - |
| YUV | 169.28 | 48.84 | 139.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 188 | 29 | 0.01 | 0 | 0.85 | 0.26 | 60.75 | 0.73 | 0.43 |
| Hex | BA | BC | 1D | 1 | 0 | 55 | 1A | 3D | 49 | 2B |
| Octal | 272 | 274 | 35 | 1 | 0 | 125 | 32 | 75 | 111 | 53 |
| Binary | 10111010 | 10111100 | 11101 | 1 | 0 | 1010101 | 11010 | 111101 | 1001001 | 101011 |
Color Harmonies of #BABC1D
Complementary color
Monochromatic Colors of #BABC1D
Black with #BABC1D
Text Example
Text Example
White with #BABC1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABC1D; }
p { color: rgb(186,188,29); }
H1.HeaderClassName
{
color: #BABC1D;
}
.AnyTagClassName
{
color: #BABC1D;
}
</style>
background-color css
<style>
a { background-color: #BABC1D; }
a { background-color: rgb(186,188,29); }
div.DivClassName
{
background-color: #BABC1D;
}
.BgClassName
{
background-color: #BABC1D;
}
</style>
border-color css
<style>
span { border-color: #BABC1D; }
span { border-color: rgb(186,188,29); }
td.TdClassName
{
border-color: #BABC1D;
}
.TagClassName
{
border-color: #BABC1D;
}
</style>