Shades of Rio Grande #BABB1B
Tints of Rio Grande #BABB1B
RGB
CMYK
RGB Variations
Color information
#BABB1B (or 0xBABB1B) is known color: Rio Grande. HEX triplet: BA, BB and 1B. RGB value is (186,187,27). Sum of RGB (Red+Green+Blue) = 186+187+27=400 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.5% from 400); Green value is 187 (73.44% from 255 or 46.75% from 400); Blue value is 27 (10.94% from 255 or 6.75% from 400); Max value from RGB is 187 - color contains mainly: green. Hex color #BABB1B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BABB1B is #4544E4. Grayscale: #A9A9A9. Windows color (decimal): -4539621 or 1817530. OLE color: 1817530.
HSL color Cylindrical-coordinate representation of color #BABB1B: hue angle of 60.38º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BABB1B is Cyan = 0.01, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 187 | 27 | - |
| CMYK | 0.01 | 0 | 0.86 | 0.27 |
| HSL | 60.38º | 0.75% | 0.42% | - |
| HSV(B) | 60.38º | 0.86% | 0.73% | - |
| XYZ | 38.22 | 46.06 | 7.91 | - |
| YUV | 168.46 | 48.17 | 140.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 187 | 27 | 0.01 | 0 | 0.86 | 0.27 | 60.38 | 0.75 | 0.42 |
| Hex | BA | BB | 1B | 1 | 0 | 56 | 1B | 3C | 4B | 2A |
| Octal | 272 | 273 | 33 | 1 | 0 | 126 | 33 | 74 | 113 | 52 |
| Binary | 10111010 | 10111011 | 11011 | 1 | 0 | 1010110 | 11011 | 111100 | 1001011 | 101010 |
Color Harmonies of #BABB1B
Complementary color
Monochromatic Colors of #BABB1B
Black with #BABB1B
Text Example
Text Example
White with #BABB1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABB1B; }
p { color: rgb(186,187,27); }
H1.HeaderClassName
{
color: #BABB1B;
}
.AnyTagClassName
{
color: #BABB1B;
}
</style>
background-color css
<style>
a { background-color: #BABB1B; }
a { background-color: rgb(186,187,27); }
div.DivClassName
{
background-color: #BABB1B;
}
.BgClassName
{
background-color: #BABB1B;
}
</style>
border-color css
<style>
span { border-color: #BABB1B; }
span { border-color: rgb(186,187,27); }
td.TdClassName
{
border-color: #BABB1B;
}
.TagClassName
{
border-color: #BABB1B;
}
</style>