Shades of Rio Grande #BAB81F
Tints of Rio Grande #BAB81F
RGB
CMYK
RGB Variations
Color information
#BAB81F (or 0xBAB81F) is known color: Rio Grande. HEX triplet: BA, B8 and 1F. RGB value is (186,184,31). Sum of RGB (Red+Green+Blue) = 186+184+31=401 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.38% from 401); Green value is 184 (72.27% from 255 or 45.89% from 401); Blue value is 31 (12.5% from 255 or 7.73% from 401); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB81F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB81F is #4547E0. Grayscale: #A7A7A7. Windows color (decimal): -4540385 or 2078906. OLE color: 2078906.
HSL color Cylindrical-coordinate representation of color #BAB81F: hue angle of 59.23º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BAB81F is Cyan = 0, Magento = 0.01, Yellow = 0.83 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 184 | 31 | - |
| CMYK | 0 | 0.01 | 0.83 | 0.27 |
| HSL | 59.23º | 0.71% | 0.43% | - |
| HSV(B) | 59.23º | 0.83% | 0.73% | - |
| XYZ | 37.64 | 44.82 | 7.96 | - |
| YUV | 167.16 | 51.16 | 141.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 184 | 31 | 0 | 0.01 | 0.83 | 0.27 | 59.23 | 0.71 | 0.43 |
| Hex | BA | B8 | 1F | 0 | 1 | 53 | 1B | 3B | 47 | 2B |
| Octal | 272 | 270 | 37 | 0 | 1 | 123 | 33 | 73 | 107 | 53 |
| Binary | 10111010 | 10111000 | 11111 | 0 | 1 | 1010011 | 11011 | 111011 | 1000111 | 101011 |
Color Harmonies of #BAB81F
Complementary color
Monochromatic Colors of #BAB81F
Black with #BAB81F
Text Example
Text Example
White with #BAB81F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB81F; }
p { color: rgb(186,184,31); }
H1.HeaderClassName
{
color: #BAB81F;
}
.AnyTagClassName
{
color: #BAB81F;
}
</style>
background-color css
<style>
a { background-color: #BAB81F; }
a { background-color: rgb(186,184,31); }
div.DivClassName
{
background-color: #BAB81F;
}
.BgClassName
{
background-color: #BAB81F;
}
</style>
border-color css
<style>
span { border-color: #BAB81F; }
span { border-color: rgb(186,184,31); }
td.TdClassName
{
border-color: #BAB81F;
}
.TagClassName
{
border-color: #BAB81F;
}
</style>