Shades of Rio Grande #BAC130
Tints of Rio Grande #BAC130
RGB
CMYK
RGB Variations
Color information
#BAC130 (or 0xBAC130) is known color: Rio Grande. HEX triplet: BA, C1 and 30. RGB value is (186,193,48). Sum of RGB (Red+Green+Blue) = 186+193+48=427 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.56% from 427); Green value is 193 (75.78% from 255 or 45.20% from 427); Blue value is 48 (19.14% from 255 or 11.24% from 427); Max value from RGB is 193 - color contains mainly: green. Hex color #BAC130 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAC130 is #453ECF. Grayscale: #AEAEAE. Windows color (decimal): -4538064 or 3195322. OLE color: 3195322.
HSL color Cylindrical-coordinate representation of color #BAC130: hue angle of 62.9º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BAC130 is Cyan = 0.04, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 193 | 48 | - |
| CMYK | 0.04 | 0 | 0.75 | 0.24 |
| HSL | 62.9º | 0.6% | 0.47% | - |
| HSV(B) | 62.9º | 0.75% | 0.76% | - |
| XYZ | 39.85 | 48.79 | 10.11 | - |
| YUV | 174.38 | 56.68 | 136.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 193 | 48 | 0.04 | 0 | 0.75 | 0.24 | 62.9 | 0.6 | 0.47 |
| Hex | BA | C1 | 30 | 4 | 0 | 4B | 18 | 3F | 3C | 2F |
| Octal | 272 | 301 | 60 | 4 | 0 | 113 | 30 | 77 | 74 | 57 |
| Binary | 10111010 | 11000001 | 110000 | 100 | 0 | 1001011 | 11000 | 111111 | 111100 | 101111 |
Color Harmonies of #BAC130
Complementary color
Monochromatic Colors of #BAC130
Black with #BAC130
Text Example
Text Example
White with #BAC130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC130; }
p { color: rgb(186,193,48); }
H1.HeaderClassName
{
color: #BAC130;
}
.AnyTagClassName
{
color: #BAC130;
}
</style>
background-color css
<style>
a { background-color: #BAC130; }
a { background-color: rgb(186,193,48); }
div.DivClassName
{
background-color: #BAC130;
}
.BgClassName
{
background-color: #BAC130;
}
</style>
border-color css
<style>
span { border-color: #BAC130; }
span { border-color: rgb(186,193,48); }
td.TdClassName
{
border-color: #BAC130;
}
.TagClassName
{
border-color: #BAC130;
}
</style>