Shades of Rio Grande #BACB24
Tints of Rio Grande #BACB24
RGB
CMYK
RGB Variations
Color information
#BACB24 (or 0xBACB24) is known color: Rio Grande. HEX triplet: BA, CB and 24. RGB value is (186,203,36). Sum of RGB (Red+Green+Blue) = 186+203+36=425 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.76% from 425); Green value is 203 (79.69% from 255 or 47.76% from 425); Blue value is 36 (14.45% from 255 or 8.47% from 425); Max value from RGB is 203 - color contains mainly: green. Hex color #BACB24 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BACB24 is #4534DB. Grayscale: #B3B3B3. Windows color (decimal): -4535516 or 2411450. OLE color: 2411450.
HSL color Cylindrical-coordinate representation of color #BACB24: hue angle of 66.11º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BACB24 is Cyan = 0.08, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 186 | 203 | 36 | - |
| CMYK | 0.08 | 0 | 0.82 | 0.20 |
| HSL | 66.11º | 0.7% | 0.47% | - |
| HSV(B) | 66.11º | 0.82% | 0.8% | - |
| XYZ | 41.92 | 53.28 | 9.74 | - |
| YUV | 178.88 | 47.37 | 133.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 203 | 36 | 0.08 | 0 | 0.82 | 0.20 | 66.11 | 0.7 | 0.47 |
| Hex | BA | CB | 24 | 8 | 0 | 52 | 14 | 42 | 46 | 2F |
| Octal | 272 | 313 | 44 | 10 | 0 | 122 | 24 | 102 | 106 | 57 |
| Binary | 10111010 | 11001011 | 100100 | 1000 | 0 | 1010010 | 10100 | 1000010 | 1000110 | 101111 |
Color Harmonies of #BACB24
Complementary color
Monochromatic Colors of #BACB24
Black with #BACB24
Text Example
Text Example
White with #BACB24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACB24; }
p { color: rgb(186,203,36); }
H1.HeaderClassName
{
color: #BACB24;
}
.AnyTagClassName
{
color: #BACB24;
}
</style>
background-color css
<style>
a { background-color: #BACB24; }
a { background-color: rgb(186,203,36); }
div.DivClassName
{
background-color: #BACB24;
}
.BgClassName
{
background-color: #BACB24;
}
</style>
border-color css
<style>
span { border-color: #BACB24; }
span { border-color: rgb(186,203,36); }
td.TdClassName
{
border-color: #BACB24;
}
.TagClassName
{
border-color: #BACB24;
}
</style>