Shades of Bahia #B3BA31
Tints of Bahia #B3BA31
RGB
CMYK
RGB Variations
Color information
#B3BA31 (or 0xB3BA31) is known color: Bahia. HEX triplet: B3, BA and 31. RGB value is (179,186,49). Sum of RGB (Red+Green+Blue) = 179+186+49=414 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.24% from 414); Green value is 186 (73.05% from 255 or 44.93% from 414); Blue value is 49 (19.53% from 255 or 11.84% from 414); Max value from RGB is 186 - color contains mainly: green. Hex color #B3BA31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B3BA31 is #4C45CE. Grayscale: #A8A8A8. Windows color (decimal): -4998607 or 3259059. OLE color: 3259059.
HSL color Cylindrical-coordinate representation of color #B3BA31: hue angle of 63.07º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B3BA31 is Cyan = 0.04, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 179 | 186 | 49 | - |
| CMYK | 0.04 | 0 | 0.74 | 0.27 |
| HSL | 63.07º | 0.58% | 0.46% | - |
| HSV(B) | 63.07º | 0.74% | 0.73% | - |
| XYZ | 36.7 | 44.92 | 9.64 | - |
| YUV | 168.29 | 60.68 | 135.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 186 | 49 | 0.04 | 0 | 0.74 | 0.27 | 63.07 | 0.58 | 0.46 |
| Hex | B3 | BA | 31 | 4 | 0 | 4A | 1B | 3F | 3A | 2E |
| Octal | 263 | 272 | 61 | 4 | 0 | 112 | 33 | 77 | 72 | 56 |
| Binary | 10110011 | 10111010 | 110001 | 100 | 0 | 1001010 | 11011 | 111111 | 111010 | 101110 |
Color Harmonies of #B3BA31
Complementary color
Monochromatic Colors of #B3BA31
Black with #B3BA31
Text Example
Text Example
White with #B3BA31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3BA31; }
p { color: rgb(179,186,49); }
H1.HeaderClassName
{
color: #B3BA31;
}
.AnyTagClassName
{
color: #B3BA31;
}
</style>
background-color css
<style>
a { background-color: #B3BA31; }
a { background-color: rgb(179,186,49); }
div.DivClassName
{
background-color: #B3BA31;
}
.BgClassName
{
background-color: #B3BA31;
}
</style>
border-color css
<style>
span { border-color: #B3BA31; }
span { border-color: rgb(179,186,49); }
td.TdClassName
{
border-color: #B3BA31;
}
.TagClassName
{
border-color: #B3BA31;
}
</style>