Shades of Rio Grande #BABC26
Tints of Rio Grande #BABC26
RGB
CMYK
RGB Variations
Color information
#BABC26 (or 0xBABC26) is known color: Rio Grande. HEX triplet: BA, BC and 26. RGB value is (186,188,38). Sum of RGB (Red+Green+Blue) = 186+188+38=412 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.15% from 412); Green value is 188 (73.83% from 255 or 45.63% from 412); Blue value is 38 (15.23% from 255 or 9.22% from 412); Max value from RGB is 188 - color contains mainly: green. Hex color #BABC26 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BABC26 is #4543D9. Grayscale: #AAAAAA. Windows color (decimal): -4539354 or 2538682. OLE color: 2538682.
HSL color Cylindrical-coordinate representation of color #BABC26: hue angle of 60.8º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BABC26 is Cyan = 0.01, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 186 | 188 | 38 | - |
| CMYK | 0.01 | 0 | 0.80 | 0.26 |
| HSL | 60.8º | 0.66% | 0.44% | - |
| HSV(B) | 60.8º | 0.8% | 0.74% | - |
| XYZ | 38.58 | 46.55 | 8.78 | - |
| YUV | 170.3 | 53.34 | 139.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 188 | 38 | 0.01 | 0 | 0.80 | 0.26 | 60.8 | 0.66 | 0.44 |
| Hex | BA | BC | 26 | 1 | 0 | 50 | 1A | 3D | 42 | 2C |
| Octal | 272 | 274 | 46 | 1 | 0 | 120 | 32 | 75 | 102 | 54 |
| Binary | 10111010 | 10111100 | 100110 | 1 | 0 | 1010000 | 11010 | 111101 | 1000010 | 101100 |
Color Harmonies of #BABC26
Complementary color
Monochromatic Colors of #BABC26
Black with #BABC26
Text Example
Text Example
White with #BABC26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABC26; }
p { color: rgb(186,188,38); }
H1.HeaderClassName
{
color: #BABC26;
}
.AnyTagClassName
{
color: #BABC26;
}
</style>
background-color css
<style>
a { background-color: #BABC26; }
a { background-color: rgb(186,188,38); }
div.DivClassName
{
background-color: #BABC26;
}
.BgClassName
{
background-color: #BABC26;
}
</style>
border-color css
<style>
span { border-color: #BABC26; }
span { border-color: rgb(186,188,38); }
td.TdClassName
{
border-color: #BABC26;
}
.TagClassName
{
border-color: #BABC26;
}
</style>