Shades of Rio Grande #BACB20
Tints of Rio Grande #BACB20
RGB
CMYK
RGB Variations
Color information
#BACB20 (or 0xBACB20) is known color: Rio Grande. HEX triplet: BA, CB and 20. RGB value is (186,203,32). Sum of RGB (Red+Green+Blue) = 186+203+32=421 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.18% from 421); Green value is 203 (79.69% from 255 or 48.22% from 421); Blue value is 32 (12.89% from 255 or 7.60% from 421); Max value from RGB is 203 - color contains mainly: green. Hex color #BACB20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BACB20 is #4534DF. Grayscale: #B3B3B3. Windows color (decimal): -4535520 or 2149306. OLE color: 2149306.
HSL color Cylindrical-coordinate representation of color #BACB20: hue angle of 65.96º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BACB20 is Cyan = 0.08, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 186 | 203 | 32 | - |
| CMYK | 0.08 | 0 | 0.84 | 0.20 |
| HSL | 65.96º | 0.73% | 0.46% | - |
| HSV(B) | 65.96º | 0.84% | 0.8% | - |
| XYZ | 41.87 | 53.26 | 9.44 | - |
| YUV | 178.42 | 45.37 | 133.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 203 | 32 | 0.08 | 0 | 0.84 | 0.20 | 65.96 | 0.73 | 0.46 |
| Hex | BA | CB | 20 | 8 | 0 | 54 | 14 | 42 | 49 | 2E |
| Octal | 272 | 313 | 40 | 10 | 0 | 124 | 24 | 102 | 111 | 56 |
| Binary | 10111010 | 11001011 | 100000 | 1000 | 0 | 1010100 | 10100 | 1000010 | 1001001 | 101110 |
Color Harmonies of #BACB20
Complementary color
Monochromatic Colors of #BACB20
Black with #BACB20
Text Example
Text Example
White with #BACB20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACB20; }
p { color: rgb(186,203,32); }
H1.HeaderClassName
{
color: #BACB20;
}
.AnyTagClassName
{
color: #BACB20;
}
</style>
background-color css
<style>
a { background-color: #BACB20; }
a { background-color: rgb(186,203,32); }
div.DivClassName
{
background-color: #BACB20;
}
.BgClassName
{
background-color: #BACB20;
}
</style>
border-color css
<style>
span { border-color: #BACB20; }
span { border-color: rgb(186,203,32); }
td.TdClassName
{
border-color: #BACB20;
}
.TagClassName
{
border-color: #BACB20;
}
</style>