Shades of Rio Grande #BACD1F
Tints of Rio Grande #BACD1F
RGB
CMYK
RGB Variations
Color information
#BACD1F (or 0xBACD1F) is known color: Rio Grande. HEX triplet: BA, CD and 1F. RGB value is (186,205,31). Sum of RGB (Red+Green+Blue) = 186+205+31=422 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.08% from 422); Green value is 205 (80.47% from 255 or 48.58% from 422); Blue value is 31 (12.5% from 255 or 7.35% from 422); Max value from RGB is 205 - color contains mainly: green. Hex color #BACD1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BACD1F is #4532E0. Grayscale: #B4B4B4. Windows color (decimal): -4535009 or 2084282. OLE color: 2084282.
HSL color Cylindrical-coordinate representation of color #BACD1F: hue angle of 66.55º 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 #BACD1F is Cyan = 0.09, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 186 | 205 | 31 | - |
| CMYK | 0.09 | 0 | 0.85 | 0.20 |
| HSL | 66.55º | 0.74% | 0.46% | - |
| HSV(B) | 66.55º | 0.85% | 0.8% | - |
| XYZ | 42.33 | 54.2 | 9.53 | - |
| YUV | 179.48 | 44.21 | 132.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 205 | 31 | 0.09 | 0 | 0.85 | 0.20 | 66.55 | 0.74 | 0.46 |
| Hex | BA | CD | 1F | 9 | 0 | 55 | 14 | 43 | 4A | 2E |
| Octal | 272 | 315 | 37 | 11 | 0 | 125 | 24 | 103 | 112 | 56 |
| Binary | 10111010 | 11001101 | 11111 | 1001 | 0 | 1010101 | 10100 | 1000011 | 1001010 | 101110 |
Color Harmonies of #BACD1F
Complementary color
Monochromatic Colors of #BACD1F
Black with #BACD1F
Text Example
Text Example
White with #BACD1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACD1F; }
p { color: rgb(186,205,31); }
H1.HeaderClassName
{
color: #BACD1F;
}
.AnyTagClassName
{
color: #BACD1F;
}
</style>
background-color css
<style>
a { background-color: #BACD1F; }
a { background-color: rgb(186,205,31); }
div.DivClassName
{
background-color: #BACD1F;
}
.BgClassName
{
background-color: #BACD1F;
}
</style>
border-color css
<style>
span { border-color: #BACD1F; }
span { border-color: rgb(186,205,31); }
td.TdClassName
{
border-color: #BACD1F;
}
.TagClassName
{
border-color: #BACD1F;
}
</style>