Shades of Rio Grande #BABB29
Tints of Rio Grande #BABB29
RGB
CMYK
RGB Variations
Color information
#BABB29 (or 0xBABB29) is known color: Rio Grande. HEX triplet: BA, BB and 29. RGB value is (186,187,41). Sum of RGB (Red+Green+Blue) = 186+187+41=414 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.93% from 414); Green value is 187 (73.44% from 255 or 45.17% from 414); Blue value is 41 (16.41% from 255 or 9.90% from 414); Max value from RGB is 187 - color contains mainly: green. Hex color #BABB29 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BABB29 is #4544D6. Grayscale: #AAAAAA. Windows color (decimal): -4539607 or 2735034. OLE color: 2735034.
HSL color Cylindrical-coordinate representation of color #BABB29: hue angle of 60.41º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BABB29 is Cyan = 0.01, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 187 | 41 | - |
| CMYK | 0.01 | 0 | 0.78 | 0.27 |
| HSL | 60.41º | 0.64% | 0.45% | - |
| HSV(B) | 60.41º | 0.78% | 0.73% | - |
| XYZ | 38.42 | 46.14 | 8.98 | - |
| YUV | 170.06 | 55.17 | 139.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 187 | 41 | 0.01 | 0 | 0.78 | 0.27 | 60.41 | 0.64 | 0.45 |
| Hex | BA | BB | 29 | 1 | 0 | 4E | 1B | 3C | 40 | 2D |
| Octal | 272 | 273 | 51 | 1 | 0 | 116 | 33 | 74 | 100 | 55 |
| Binary | 10111010 | 10111011 | 101001 | 1 | 0 | 1001110 | 11011 | 111100 | 1000000 | 101101 |
Color Harmonies of #BABB29
Complementary color
Monochromatic Colors of #BABB29
Black with #BABB29
Text Example
Text Example
White with #BABB29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABB29; }
p { color: rgb(186,187,41); }
H1.HeaderClassName
{
color: #BABB29;
}
.AnyTagClassName
{
color: #BABB29;
}
</style>
background-color css
<style>
a { background-color: #BABB29; }
a { background-color: rgb(186,187,41); }
div.DivClassName
{
background-color: #BABB29;
}
.BgClassName
{
background-color: #BABB29;
}
</style>
border-color css
<style>
span { border-color: #BABB29; }
span { border-color: rgb(186,187,41); }
td.TdClassName
{
border-color: #BABB29;
}
.TagClassName
{
border-color: #BABB29;
}
</style>