Shades of Rio Grande #BABF1C
Tints of Rio Grande #BABF1C
RGB
CMYK
RGB Variations
Color information
#BABF1C (or 0xBABF1C) is known color: Rio Grande. HEX triplet: BA, BF and 1C. RGB value is (186,191,28). Sum of RGB (Red+Green+Blue) = 186+191+28=405 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.93% from 405); Green value is 191 (75% from 255 or 47.16% from 405); Blue value is 28 (11.33% from 255 or 6.91% from 405); Max value from RGB is 191 - color contains mainly: green. Hex color #BABF1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BABF1C is #4540E3. Grayscale: #ABABAB. Windows color (decimal): -4538596 or 1884090. OLE color: 1884090.
HSL color Cylindrical-coordinate representation of color #BABF1C: hue angle of 61.84º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BABF1C is Cyan = 0.03, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 186 | 191 | 28 | - |
| CMYK | 0.03 | 0 | 0.85 | 0.25 |
| HSL | 61.84º | 0.74% | 0.43% | - |
| HSV(B) | 61.84º | 0.85% | 0.75% | - |
| XYZ | 39.09 | 47.78 | 8.26 | - |
| YUV | 170.92 | 47.34 | 138.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 191 | 28 | 0.03 | 0 | 0.85 | 0.25 | 61.84 | 0.74 | 0.43 |
| Hex | BA | BF | 1C | 3 | 0 | 55 | 19 | 3E | 4A | 2B |
| Octal | 272 | 277 | 34 | 3 | 0 | 125 | 31 | 76 | 112 | 53 |
| Binary | 10111010 | 10111111 | 11100 | 11 | 0 | 1010101 | 11001 | 111110 | 1001010 | 101011 |
Color Harmonies of #BABF1C
Complementary color
Monochromatic Colors of #BABF1C
Black with #BABF1C
Text Example
Text Example
White with #BABF1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABF1C; }
p { color: rgb(186,191,28); }
H1.HeaderClassName
{
color: #BABF1C;
}
.AnyTagClassName
{
color: #BABF1C;
}
</style>
background-color css
<style>
a { background-color: #BABF1C; }
a { background-color: rgb(186,191,28); }
div.DivClassName
{
background-color: #BABF1C;
}
.BgClassName
{
background-color: #BABF1C;
}
</style>
border-color css
<style>
span { border-color: #BABF1C; }
span { border-color: rgb(186,191,28); }
td.TdClassName
{
border-color: #BABF1C;
}
.TagClassName
{
border-color: #BABF1C;
}
</style>