Shades of Rio Grande #BABC1C
Tints of Rio Grande #BABC1C
RGB
CMYK
RGB Variations
Color information
#BABC1C (or 0xBABC1C) is known color: Rio Grande. HEX triplet: BA, BC and 1C. RGB value is (186,188,28). Sum of RGB (Red+Green+Blue) = 186+188+28=402 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.27% from 402); Green value is 188 (73.83% from 255 or 46.77% from 402); Blue value is 28 (11.33% from 255 or 6.97% from 402); Max value from RGB is 188 - color contains mainly: green. Hex color #BABC1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BABC1C is #4543E3. Grayscale: #A9A9A9. Windows color (decimal): -4539364 or 1883322. OLE color: 1883322.
HSL color Cylindrical-coordinate representation of color #BABC1C: hue angle of 60.75º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BABC1C is Cyan = 0.01, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 186 | 188 | 28 | - |
| CMYK | 0.01 | 0 | 0.85 | 0.26 |
| HSL | 60.75º | 0.74% | 0.42% | - |
| HSV(B) | 60.75º | 0.85% | 0.74% | - |
| XYZ | 38.44 | 46.49 | 8.05 | - |
| YUV | 169.16 | 48.34 | 140.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 188 | 28 | 0.01 | 0 | 0.85 | 0.26 | 60.75 | 0.74 | 0.42 |
| Hex | BA | BC | 1C | 1 | 0 | 55 | 1A | 3D | 4A | 2A |
| Octal | 272 | 274 | 34 | 1 | 0 | 125 | 32 | 75 | 112 | 52 |
| Binary | 10111010 | 10111100 | 11100 | 1 | 0 | 1010101 | 11010 | 111101 | 1001010 | 101010 |
Color Harmonies of #BABC1C
Complementary color
Monochromatic Colors of #BABC1C
Black with #BABC1C
Text Example
Text Example
White with #BABC1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABC1C; }
p { color: rgb(186,188,28); }
H1.HeaderClassName
{
color: #BABC1C;
}
.AnyTagClassName
{
color: #BABC1C;
}
</style>
background-color css
<style>
a { background-color: #BABC1C; }
a { background-color: rgb(186,188,28); }
div.DivClassName
{
background-color: #BABC1C;
}
.BgClassName
{
background-color: #BABC1C;
}
</style>
border-color css
<style>
span { border-color: #BABC1C; }
span { border-color: rgb(186,188,28); }
td.TdClassName
{
border-color: #BABC1C;
}
.TagClassName
{
border-color: #BABC1C;
}
</style>