Shades of Rio Grande #BACC1F
Tints of Rio Grande #BACC1F
RGB
CMYK
RGB Variations
Color information
#BACC1F (or 0xBACC1F) is known color: Rio Grande. HEX triplet: BA, CC and 1F. RGB value is (186,204,31). Sum of RGB (Red+Green+Blue) = 186+204+31=421 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.18% from 421); Green value is 204 (80.08% from 255 or 48.46% from 421); Blue value is 31 (12.5% from 255 or 7.36% from 421); Max value from RGB is 204 - color contains mainly: green. Hex color #BACC1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BACC1F is #4533E0. Grayscale: #B3B3B3. Windows color (decimal): -4535265 or 2084026. OLE color: 2084026.
HSL color Cylindrical-coordinate representation of color #BACC1F: hue angle of 66.24º 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 #BACC1F is Cyan = 0.09, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 186 | 204 | 31 | - |
| CMYK | 0.09 | 0 | 0.85 | 0.2 |
| HSL | 66.24º | 0.74% | 0.46% | - |
| HSV(B) | 66.24º | 0.85% | 0.8% | - |
| XYZ | 42.09 | 53.72 | 9.45 | - |
| YUV | 178.9 | 44.54 | 133.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 204 | 31 | 0.09 | 0 | 0.85 | 0.2 | 66.24 | 0.74 | 0.46 |
| Hex | BA | CC | 1F | 9 | 0 | 55 | 14 | 42 | 4A | 2E |
| Octal | 272 | 314 | 37 | 11 | 0 | 125 | 24 | 102 | 112 | 56 |
| Binary | 10111010 | 11001100 | 11111 | 1001 | 0 | 1010101 | 10100 | 1000010 | 1001010 | 101110 |
Color Harmonies of #BACC1F
Complementary color
Monochromatic Colors of #BACC1F
Black with #BACC1F
Text Example
Text Example
White with #BACC1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACC1F; }
p { color: rgb(186,204,31); }
H1.HeaderClassName
{
color: #BACC1F;
}
.AnyTagClassName
{
color: #BACC1F;
}
</style>
background-color css
<style>
a { background-color: #BACC1F; }
a { background-color: rgb(186,204,31); }
div.DivClassName
{
background-color: #BACC1F;
}
.BgClassName
{
background-color: #BACC1F;
}
</style>
border-color css
<style>
span { border-color: #BACC1F; }
span { border-color: rgb(186,204,31); }
td.TdClassName
{
border-color: #BACC1F;
}
.TagClassName
{
border-color: #BACC1F;
}
</style>