Shades of Rio Grande #BAC31C
Tints of Rio Grande #BAC31C
RGB
CMYK
RGB Variations
Color information
#BAC31C (or 0xBAC31C) is known color: Rio Grande. HEX triplet: BA, C3 and 1C. RGB value is (186,195,28). Sum of RGB (Red+Green+Blue) = 186+195+28=409 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.48% from 409); Green value is 195 (76.56% from 255 or 47.68% from 409); Blue value is 28 (11.33% from 255 or 6.85% from 409); Max value from RGB is 195 - color contains mainly: green. Hex color #BAC31C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAC31C is #453CE3. Grayscale: #ADADAD. Windows color (decimal): -4537572 or 1885114. OLE color: 1885114.
HSL color Cylindrical-coordinate representation of color #BAC31C: hue angle of 63.23º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BAC31C is Cyan = 0.05, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 195 | 28 | - |
| CMYK | 0.05 | 0 | 0.86 | 0.24 |
| HSL | 63.23º | 0.75% | 0.44% | - |
| HSV(B) | 63.23º | 0.86% | 0.76% | - |
| XYZ | 39.97 | 49.55 | 8.56 | - |
| YUV | 173.27 | 46.02 | 137.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 195 | 28 | 0.05 | 0 | 0.86 | 0.24 | 63.23 | 0.75 | 0.44 |
| Hex | BA | C3 | 1C | 5 | 0 | 56 | 18 | 3F | 4B | 2C |
| Octal | 272 | 303 | 34 | 5 | 0 | 126 | 30 | 77 | 113 | 54 |
| Binary | 10111010 | 11000011 | 11100 | 101 | 0 | 1010110 | 11000 | 111111 | 1001011 | 101100 |
Color Harmonies of #BAC31C
Complementary color
Monochromatic Colors of #BAC31C
Black with #BAC31C
Text Example
Text Example
White with #BAC31C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC31C; }
p { color: rgb(186,195,28); }
H1.HeaderClassName
{
color: #BAC31C;
}
.AnyTagClassName
{
color: #BAC31C;
}
</style>
background-color css
<style>
a { background-color: #BAC31C; }
a { background-color: rgb(186,195,28); }
div.DivClassName
{
background-color: #BAC31C;
}
.BgClassName
{
background-color: #BAC31C;
}
</style>
border-color css
<style>
span { border-color: #BAC31C; }
span { border-color: rgb(186,195,28); }
td.TdClassName
{
border-color: #BAC31C;
}
.TagClassName
{
border-color: #BAC31C;
}
</style>