Shades of Rio Grande #BABB23
Tints of Rio Grande #BABB23
RGB
CMYK
RGB Variations
Color information
#BABB23 (or 0xBABB23) is known color: Rio Grande. HEX triplet: BA, BB and 23. RGB value is (186,187,35). Sum of RGB (Red+Green+Blue) = 186+187+35=408 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.59% from 408); Green value is 187 (73.44% from 255 or 45.83% from 408); Blue value is 35 (14.06% from 255 or 8.58% from 408); Max value from RGB is 187 - color contains mainly: green. Hex color #BABB23 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BABB23 is #4544DC. Grayscale: #A9A9A9. Windows color (decimal): -4539613 or 2341818. OLE color: 2341818.
HSL color Cylindrical-coordinate representation of color #BABB23: hue angle of 60.39º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BABB23 is Cyan = 0.01, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 187 | 35 | - |
| CMYK | 0.01 | 0 | 0.81 | 0.27 |
| HSL | 60.39º | 0.68% | 0.44% | - |
| HSV(B) | 60.39º | 0.81% | 0.73% | - |
| XYZ | 38.32 | 46.1 | 8.47 | - |
| YUV | 169.37 | 52.17 | 139.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 187 | 35 | 0.01 | 0 | 0.81 | 0.27 | 60.39 | 0.68 | 0.44 |
| Hex | BA | BB | 23 | 1 | 0 | 51 | 1B | 3C | 44 | 2C |
| Octal | 272 | 273 | 43 | 1 | 0 | 121 | 33 | 74 | 104 | 54 |
| Binary | 10111010 | 10111011 | 100011 | 1 | 0 | 1010001 | 11011 | 111100 | 1000100 | 101100 |
Color Harmonies of #BABB23
Complementary color
Monochromatic Colors of #BABB23
Black with #BABB23
Text Example
Text Example
White with #BABB23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABB23; }
p { color: rgb(186,187,35); }
H1.HeaderClassName
{
color: #BABB23;
}
.AnyTagClassName
{
color: #BABB23;
}
</style>
background-color css
<style>
a { background-color: #BABB23; }
a { background-color: rgb(186,187,35); }
div.DivClassName
{
background-color: #BABB23;
}
.BgClassName
{
background-color: #BABB23;
}
</style>
border-color css
<style>
span { border-color: #BABB23; }
span { border-color: rgb(186,187,35); }
td.TdClassName
{
border-color: #BABB23;
}
.TagClassName
{
border-color: #BABB23;
}
</style>