Shades of Rio Grande #BAC91B
Tints of Rio Grande #BAC91B
RGB
CMYK
RGB Variations
Color information
#BAC91B (or 0xBAC91B) is known color: Rio Grande. HEX triplet: BA, C9 and 1B. RGB value is (186,201,27). Sum of RGB (Red+Green+Blue) = 186+201+27=414 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.93% from 414); Green value is 201 (78.91% from 255 or 48.55% from 414); Blue value is 27 (10.94% from 255 or 6.52% from 414); Max value from RGB is 201 - color contains mainly: green. Hex color #BAC91B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAC91B is #4536E4. Grayscale: #B1B1B1. Windows color (decimal): -4536037 or 1821114. OLE color: 1821114.
HSL color Cylindrical-coordinate representation of color #BAC91B: hue angle of 65.17º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BAC91B is Cyan = 0.07, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 186 | 201 | 27 | - |
| CMYK | 0.07 | 0 | 0.87 | 0.21 |
| HSL | 65.17º | 0.76% | 0.45% | - |
| HSV(B) | 65.17º | 0.87% | 0.79% | - |
| XYZ | 41.33 | 52.29 | 8.95 | - |
| YUV | 176.68 | 43.53 | 134.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 201 | 27 | 0.07 | 0 | 0.87 | 0.21 | 65.17 | 0.76 | 0.45 |
| Hex | BA | C9 | 1B | 7 | 0 | 57 | 15 | 41 | 4C | 2D |
| Octal | 272 | 311 | 33 | 7 | 0 | 127 | 25 | 101 | 114 | 55 |
| Binary | 10111010 | 11001001 | 11011 | 111 | 0 | 1010111 | 10101 | 1000001 | 1001100 | 101101 |
Color Harmonies of #BAC91B
Complementary color
Monochromatic Colors of #BAC91B
Black with #BAC91B
Text Example
Text Example
White with #BAC91B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC91B; }
p { color: rgb(186,201,27); }
H1.HeaderClassName
{
color: #BAC91B;
}
.AnyTagClassName
{
color: #BAC91B;
}
</style>
background-color css
<style>
a { background-color: #BAC91B; }
a { background-color: rgb(186,201,27); }
div.DivClassName
{
background-color: #BAC91B;
}
.BgClassName
{
background-color: #BAC91B;
}
</style>
border-color css
<style>
span { border-color: #BAC91B; }
span { border-color: rgb(186,201,27); }
td.TdClassName
{
border-color: #BAC91B;
}
.TagClassName
{
border-color: #BAC91B;
}
</style>