Shades of Rio Grande #BAB71D
Tints of Rio Grande #BAB71D
RGB
CMYK
RGB Variations
Color information
#BAB71D (or 0xBAB71D) is known color: Rio Grande. HEX triplet: BA, B7 and 1D. RGB value is (186,183,29). Sum of RGB (Red+Green+Blue) = 186+183+29=398 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.73% from 398); Green value is 183 (71.88% from 255 or 45.98% from 398); Blue value is 29 (11.72% from 255 or 7.29% from 398); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB71D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB71D is #4548E2. Grayscale: #A6A6A6. Windows color (decimal): -4540643 or 1947578. OLE color: 1947578.
HSL color Cylindrical-coordinate representation of color #BAB71D: hue angle of 58.85º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BAB71D is Cyan = 0, Magento = 0.02, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 183 | 29 | - |
| CMYK | 0 | 0.02 | 0.84 | 0.27 |
| HSL | 58.85º | 0.73% | 0.42% | - |
| HSV(B) | 58.85º | 0.84% | 0.73% | - |
| XYZ | 37.4 | 44.39 | 7.76 | - |
| YUV | 166.34 | 50.49 | 142.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 183 | 29 | 0 | 0.02 | 0.84 | 0.27 | 58.85 | 0.73 | 0.42 |
| Hex | BA | B7 | 1D | 0 | 2 | 54 | 1B | 3B | 49 | 2A |
| Octal | 272 | 267 | 35 | 0 | 2 | 124 | 33 | 73 | 111 | 52 |
| Binary | 10111010 | 10110111 | 11101 | 0 | 10 | 1010100 | 11011 | 111011 | 1001001 | 101010 |
Color Harmonies of #BAB71D
Complementary color
Monochromatic Colors of #BAB71D
Black with #BAB71D
Text Example
Text Example
White with #BAB71D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB71D; }
p { color: rgb(186,183,29); }
H1.HeaderClassName
{
color: #BAB71D;
}
.AnyTagClassName
{
color: #BAB71D;
}
</style>
background-color css
<style>
a { background-color: #BAB71D; }
a { background-color: rgb(186,183,29); }
div.DivClassName
{
background-color: #BAB71D;
}
.BgClassName
{
background-color: #BAB71D;
}
</style>
border-color css
<style>
span { border-color: #BAB71D; }
span { border-color: rgb(186,183,29); }
td.TdClassName
{
border-color: #BAB71D;
}
.TagClassName
{
border-color: #BAB71D;
}
</style>