Shades of Rio Grande #BAC91E
Tints of Rio Grande #BAC91E
RGB
CMYK
RGB Variations
Color information
#BAC91E (or 0xBAC91E) is known color: Rio Grande. HEX triplet: BA, C9 and 1E. RGB value is (186,201,30). Sum of RGB (Red+Green+Blue) = 186+201+30=417 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.60% from 417); Green value is 201 (78.91% from 255 or 48.20% from 417); Blue value is 30 (12.11% from 255 or 7.19% from 417); Max value from RGB is 201 - color contains mainly: green. Hex color #BAC91E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAC91E is #4536E1. Grayscale: #B1B1B1. Windows color (decimal): -4536034 or 2017722. OLE color: 2017722.
HSL color Cylindrical-coordinate representation of color #BAC91E: hue angle of 65.26º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BAC91E is Cyan = 0.07, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 186 | 201 | 30 | - |
| CMYK | 0.07 | 0 | 0.85 | 0.21 |
| HSL | 65.26º | 0.74% | 0.45% | - |
| HSV(B) | 65.26º | 0.85% | 0.79% | - |
| XYZ | 41.37 | 52.31 | 9.14 | - |
| YUV | 177.02 | 45.03 | 134.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 201 | 30 | 0.07 | 0 | 0.85 | 0.21 | 65.26 | 0.74 | 0.45 |
| Hex | BA | C9 | 1E | 7 | 0 | 55 | 15 | 41 | 4A | 2D |
| Octal | 272 | 311 | 36 | 7 | 0 | 125 | 25 | 101 | 112 | 55 |
| Binary | 10111010 | 11001001 | 11110 | 111 | 0 | 1010101 | 10101 | 1000001 | 1001010 | 101101 |
Color Harmonies of #BAC91E
Complementary color
Monochromatic Colors of #BAC91E
Black with #BAC91E
Text Example
Text Example
White with #BAC91E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC91E; }
p { color: rgb(186,201,30); }
H1.HeaderClassName
{
color: #BAC91E;
}
.AnyTagClassName
{
color: #BAC91E;
}
</style>
background-color css
<style>
a { background-color: #BAC91E; }
a { background-color: rgb(186,201,30); }
div.DivClassName
{
background-color: #BAC91E;
}
.BgClassName
{
background-color: #BAC91E;
}
</style>
border-color css
<style>
span { border-color: #BAC91E; }
span { border-color: rgb(186,201,30); }
td.TdClassName
{
border-color: #BAC91E;
}
.TagClassName
{
border-color: #BAC91E;
}
</style>