Shades of Rio Grande #BABD2B
Tints of Rio Grande #BABD2B
RGB
CMYK
RGB Variations
Color information
#BABD2B (or 0xBABD2B) is known color: Rio Grande. HEX triplet: BA, BD and 2B. RGB value is (186,189,43). Sum of RGB (Red+Green+Blue) = 186+189+43=418 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.50% from 418); Green value is 189 (74.22% from 255 or 45.22% from 418); Blue value is 43 (17.19% from 255 or 10.29% from 418); Max value from RGB is 189 - color contains mainly: green. Hex color #BABD2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BABD2B is #4542D4. Grayscale: #ACACAC. Windows color (decimal): -4539093 or 2866618. OLE color: 2866618.
HSL color Cylindrical-coordinate representation of color #BABD2B: hue angle of 61.23º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BABD2B is Cyan = 0.02, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 186 | 189 | 43 | - |
| CMYK | 0.02 | 0 | 0.77 | 0.26 |
| HSL | 61.23º | 0.63% | 0.45% | - |
| HSV(B) | 61.23º | 0.77% | 0.74% | - |
| XYZ | 38.88 | 47.01 | 9.31 | - |
| YUV | 171.46 | 55.51 | 138.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 189 | 43 | 0.02 | 0 | 0.77 | 0.26 | 61.23 | 0.63 | 0.45 |
| Hex | BA | BD | 2B | 2 | 0 | 4D | 1A | 3D | 3F | 2D |
| Octal | 272 | 275 | 53 | 2 | 0 | 115 | 32 | 75 | 77 | 55 |
| Binary | 10111010 | 10111101 | 101011 | 10 | 0 | 1001101 | 11010 | 111101 | 111111 | 101101 |
Color Harmonies of #BABD2B
Complementary color
Monochromatic Colors of #BABD2B
Black with #BABD2B
Text Example
Text Example
White with #BABD2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABD2B; }
p { color: rgb(186,189,43); }
H1.HeaderClassName
{
color: #BABD2B;
}
.AnyTagClassName
{
color: #BABD2B;
}
</style>
background-color css
<style>
a { background-color: #BABD2B; }
a { background-color: rgb(186,189,43); }
div.DivClassName
{
background-color: #BABD2B;
}
.BgClassName
{
background-color: #BABD2B;
}
</style>
border-color css
<style>
span { border-color: #BABD2B; }
span { border-color: rgb(186,189,43); }
td.TdClassName
{
border-color: #BABD2B;
}
.TagClassName
{
border-color: #BABD2B;
}
</style>