Shades of Rio Grande #BAC91D
Tints of Rio Grande #BAC91D
RGB
CMYK
RGB Variations
Color information
#BAC91D (or 0xBAC91D) is known color: Rio Grande. HEX triplet: BA, C9 and 1D. RGB value is (186,201,29). Sum of RGB (Red+Green+Blue) = 186+201+29=416 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.71% from 416); Green value is 201 (78.91% from 255 or 48.32% from 416); Blue value is 29 (11.72% from 255 or 6.97% from 416); Max value from RGB is 201 - color contains mainly: green. Hex color #BAC91D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAC91D is #4536E2. Grayscale: #B1B1B1. Windows color (decimal): -4536035 or 1952186. OLE color: 1952186.
HSL color Cylindrical-coordinate representation of color #BAC91D: hue angle of 65.23º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BAC91D is Cyan = 0.07, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 186 | 201 | 29 | - |
| CMYK | 0.07 | 0 | 0.86 | 0.21 |
| HSL | 65.23º | 0.75% | 0.45% | - |
| HSV(B) | 65.23º | 0.86% | 0.79% | - |
| XYZ | 41.36 | 52.3 | 9.08 | - |
| YUV | 176.91 | 44.53 | 134.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 201 | 29 | 0.07 | 0 | 0.86 | 0.21 | 65.23 | 0.75 | 0.45 |
| Hex | BA | C9 | 1D | 7 | 0 | 56 | 15 | 41 | 4B | 2D |
| Octal | 272 | 311 | 35 | 7 | 0 | 126 | 25 | 101 | 113 | 55 |
| Binary | 10111010 | 11001001 | 11101 | 111 | 0 | 1010110 | 10101 | 1000001 | 1001011 | 101101 |
Color Harmonies of #BAC91D
Complementary color
Monochromatic Colors of #BAC91D
Black with #BAC91D
Text Example
Text Example
White with #BAC91D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC91D; }
p { color: rgb(186,201,29); }
H1.HeaderClassName
{
color: #BAC91D;
}
.AnyTagClassName
{
color: #BAC91D;
}
</style>
background-color css
<style>
a { background-color: #BAC91D; }
a { background-color: rgb(186,201,29); }
div.DivClassName
{
background-color: #BAC91D;
}
.BgClassName
{
background-color: #BAC91D;
}
</style>
border-color css
<style>
span { border-color: #BAC91D; }
span { border-color: rgb(186,201,29); }
td.TdClassName
{
border-color: #BAC91D;
}
.TagClassName
{
border-color: #BAC91D;
}
</style>