Shades of Rio Grande #BAB925
Tints of Rio Grande #BAB925
RGB
CMYK
RGB Variations
Color information
#BAB925 (or 0xBAB925) is known color: Rio Grande. HEX triplet: BA, B9 and 25. RGB value is (186,185,37). Sum of RGB (Red+Green+Blue) = 186+185+37=408 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.59% from 408); Green value is 185 (72.66% from 255 or 45.34% from 408); Blue value is 37 (14.84% from 255 or 9.07% from 408); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB925 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB925 is #4546DA. Grayscale: #A9A9A9. Windows color (decimal): -4540123 or 2472378. OLE color: 2472378.
HSL color Cylindrical-coordinate representation of color #BAB925: hue angle of 59.6º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BAB925 is Cyan = 0, Magento = 0.01, Yellow = 0.80 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 185 | 37 | - |
| CMYK | 0 | 0.01 | 0.80 | 0.27 |
| HSL | 59.6º | 0.67% | 0.44% | - |
| HSV(B) | 59.6º | 0.8% | 0.73% | - |
| XYZ | 37.93 | 45.27 | 8.49 | - |
| YUV | 168.43 | 53.83 | 140.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 185 | 37 | 0 | 0.01 | 0.80 | 0.27 | 59.6 | 0.67 | 0.44 |
| Hex | BA | B9 | 25 | 0 | 1 | 50 | 1B | 3C | 43 | 2C |
| Octal | 272 | 271 | 45 | 0 | 1 | 120 | 33 | 74 | 103 | 54 |
| Binary | 10111010 | 10111001 | 100101 | 0 | 1 | 1010000 | 11011 | 111100 | 1000011 | 101100 |
Color Harmonies of #BAB925
Complementary color
Monochromatic Colors of #BAB925
Black with #BAB925
Text Example
Text Example
White with #BAB925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB925; }
p { color: rgb(186,185,37); }
H1.HeaderClassName
{
color: #BAB925;
}
.AnyTagClassName
{
color: #BAB925;
}
</style>
background-color css
<style>
a { background-color: #BAB925; }
a { background-color: rgb(186,185,37); }
div.DivClassName
{
background-color: #BAB925;
}
.BgClassName
{
background-color: #BAB925;
}
</style>
border-color css
<style>
span { border-color: #BAB925; }
span { border-color: rgb(186,185,37); }
td.TdClassName
{
border-color: #BAB925;
}
.TagClassName
{
border-color: #BAB925;
}
</style>