Shades of Rio Grande #BABC23
Tints of Rio Grande #BABC23
RGB
CMYK
RGB Variations
Color information
#BABC23 (or 0xBABC23) is known color: Rio Grande. HEX triplet: BA, BC and 23. RGB value is (186,188,35). Sum of RGB (Red+Green+Blue) = 186+188+35=409 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.48% from 409); Green value is 188 (73.83% from 255 or 45.97% from 409); Blue value is 35 (14.06% from 255 or 8.56% from 409); Max value from RGB is 188 - color contains mainly: green. Hex color #BABC23 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BABC23 is #4543DC. Grayscale: #AAAAAA. Windows color (decimal): -4539357 or 2342074. OLE color: 2342074.
HSL color Cylindrical-coordinate representation of color #BABC23: hue angle of 60.78º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BABC23 is Cyan = 0.01, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 186 | 188 | 35 | - |
| CMYK | 0.01 | 0 | 0.81 | 0.26 |
| HSL | 60.78º | 0.69% | 0.44% | - |
| HSV(B) | 60.78º | 0.81% | 0.74% | - |
| XYZ | 38.54 | 46.53 | 8.54 | - |
| YUV | 169.96 | 51.84 | 139.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 188 | 35 | 0.01 | 0 | 0.81 | 0.26 | 60.78 | 0.69 | 0.44 |
| Hex | BA | BC | 23 | 1 | 0 | 51 | 1A | 3D | 45 | 2C |
| Octal | 272 | 274 | 43 | 1 | 0 | 121 | 32 | 75 | 105 | 54 |
| Binary | 10111010 | 10111100 | 100011 | 1 | 0 | 1010001 | 11010 | 111101 | 1000101 | 101100 |
Color Harmonies of #BABC23
Complementary color
Monochromatic Colors of #BABC23
Black with #BABC23
Text Example
Text Example
White with #BABC23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABC23; }
p { color: rgb(186,188,35); }
H1.HeaderClassName
{
color: #BABC23;
}
.AnyTagClassName
{
color: #BABC23;
}
</style>
background-color css
<style>
a { background-color: #BABC23; }
a { background-color: rgb(186,188,35); }
div.DivClassName
{
background-color: #BABC23;
}
.BgClassName
{
background-color: #BABC23;
}
</style>
border-color css
<style>
span { border-color: #BABC23; }
span { border-color: rgb(186,188,35); }
td.TdClassName
{
border-color: #BABC23;
}
.TagClassName
{
border-color: #BABC23;
}
</style>