Shades of Rio Grande #BAC11B
Tints of Rio Grande #BAC11B
RGB
CMYK
RGB Variations
Color information
#BAC11B (or 0xBAC11B) is known color: Rio Grande. HEX triplet: BA, C1 and 1B. RGB value is (186,193,27). Sum of RGB (Red+Green+Blue) = 186+193+27=406 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.81% from 406); Green value is 193 (75.78% from 255 or 47.54% from 406); Blue value is 27 (10.94% from 255 or 6.65% from 406); Max value from RGB is 193 - color contains mainly: green. Hex color #BAC11B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAC11B is #453EE4. Grayscale: #ACACAC. Windows color (decimal): -4538085 or 1819066. OLE color: 1819066.
HSL color Cylindrical-coordinate representation of color #BAC11B: hue angle of 62.53º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BAC11B is Cyan = 0.04, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 193 | 27 | - |
| CMYK | 0.04 | 0 | 0.86 | 0.24 |
| HSL | 62.53º | 0.75% | 0.43% | - |
| HSV(B) | 62.53º | 0.86% | 0.76% | - |
| XYZ | 39.52 | 48.66 | 8.35 | - |
| YUV | 171.98 | 46.18 | 138 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 193 | 27 | 0.04 | 0 | 0.86 | 0.24 | 62.53 | 0.75 | 0.43 |
| Hex | BA | C1 | 1B | 4 | 0 | 56 | 18 | 3F | 4B | 2B |
| Octal | 272 | 301 | 33 | 4 | 0 | 126 | 30 | 77 | 113 | 53 |
| Binary | 10111010 | 11000001 | 11011 | 100 | 0 | 1010110 | 11000 | 111111 | 1001011 | 101011 |
Color Harmonies of #BAC11B
Complementary color
Monochromatic Colors of #BAC11B
Black with #BAC11B
Text Example
Text Example
White with #BAC11B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC11B; }
p { color: rgb(186,193,27); }
H1.HeaderClassName
{
color: #BAC11B;
}
.AnyTagClassName
{
color: #BAC11B;
}
</style>
background-color css
<style>
a { background-color: #BAC11B; }
a { background-color: rgb(186,193,27); }
div.DivClassName
{
background-color: #BAC11B;
}
.BgClassName
{
background-color: #BAC11B;
}
</style>
border-color css
<style>
span { border-color: #BAC11B; }
span { border-color: rgb(186,193,27); }
td.TdClassName
{
border-color: #BAC11B;
}
.TagClassName
{
border-color: #BAC11B;
}
</style>