Shades of Rio Grande #BACB1F
Tints of Rio Grande #BACB1F
RGB
CMYK
RGB Variations
Color information
#BACB1F (or 0xBACB1F) is known color: Rio Grande. HEX triplet: BA, CB and 1F. RGB value is (186,203,31). Sum of RGB (Red+Green+Blue) = 186+203+31=420 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.29% from 420); Green value is 203 (79.69% from 255 or 48.33% from 420); Blue value is 31 (12.5% from 255 or 7.38% from 420); Max value from RGB is 203 - color contains mainly: green. Hex color #BACB1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BACB1F is #4534E0. Grayscale: #B2B2B2. Windows color (decimal): -4535521 or 2083770. OLE color: 2083770.
HSL color Cylindrical-coordinate representation of color #BACB1F: hue angle of 65.93º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BACB1F is Cyan = 0.08, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 186 | 203 | 31 | - |
| CMYK | 0.08 | 0 | 0.85 | 0.20 |
| HSL | 65.93º | 0.74% | 0.46% | - |
| HSV(B) | 65.93º | 0.85% | 0.8% | - |
| XYZ | 41.85 | 53.25 | 9.37 | - |
| YUV | 178.31 | 44.87 | 133.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 203 | 31 | 0.08 | 0 | 0.85 | 0.20 | 65.93 | 0.74 | 0.46 |
| Hex | BA | CB | 1F | 8 | 0 | 55 | 14 | 42 | 4A | 2E |
| Octal | 272 | 313 | 37 | 10 | 0 | 125 | 24 | 102 | 112 | 56 |
| Binary | 10111010 | 11001011 | 11111 | 1000 | 0 | 1010101 | 10100 | 1000010 | 1001010 | 101110 |
Color Harmonies of #BACB1F
Complementary color
Monochromatic Colors of #BACB1F
Black with #BACB1F
Text Example
Text Example
White with #BACB1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACB1F; }
p { color: rgb(186,203,31); }
H1.HeaderClassName
{
color: #BACB1F;
}
.AnyTagClassName
{
color: #BACB1F;
}
</style>
background-color css
<style>
a { background-color: #BACB1F; }
a { background-color: rgb(186,203,31); }
div.DivClassName
{
background-color: #BACB1F;
}
.BgClassName
{
background-color: #BACB1F;
}
</style>
border-color css
<style>
span { border-color: #BACB1F; }
span { border-color: rgb(186,203,31); }
td.TdClassName
{
border-color: #BACB1F;
}
.TagClassName
{
border-color: #BACB1F;
}
</style>