Shades of Bahia #B3BA2F
Tints of Bahia #B3BA2F
RGB
CMYK
RGB Variations
Color information
#B3BA2F (or 0xB3BA2F) is known color: Bahia. HEX triplet: B3, BA and 2F. RGB value is (179,186,47). Sum of RGB (Red+Green+Blue) = 179+186+47=412 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.45% from 412); Green value is 186 (73.05% from 255 or 45.15% from 412); Blue value is 47 (18.75% from 255 or 11.41% from 412); Max value from RGB is 186 - color contains mainly: green. Hex color #B3BA2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B3BA2F is #4C45D0. Grayscale: #A8A8A8. Windows color (decimal): -4998609 or 3127987. OLE color: 3127987.
HSL color Cylindrical-coordinate representation of color #B3BA2F: hue angle of 63.02º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B3BA2F is Cyan = 0.04, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 179 | 186 | 47 | - |
| CMYK | 0.04 | 0 | 0.75 | 0.27 |
| HSL | 63.02º | 0.6% | 0.46% | - |
| HSV(B) | 63.02º | 0.75% | 0.73% | - |
| XYZ | 36.66 | 44.91 | 9.42 | - |
| YUV | 168.06 | 59.68 | 135.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 186 | 47 | 0.04 | 0 | 0.75 | 0.27 | 63.02 | 0.6 | 0.46 |
| Hex | B3 | BA | 2F | 4 | 0 | 4B | 1B | 3F | 3C | 2E |
| Octal | 263 | 272 | 57 | 4 | 0 | 113 | 33 | 77 | 74 | 56 |
| Binary | 10110011 | 10111010 | 101111 | 100 | 0 | 1001011 | 11011 | 111111 | 111100 | 101110 |
Color Harmonies of #B3BA2F
Complementary color
Monochromatic Colors of #B3BA2F
Black with #B3BA2F
Text Example
Text Example
White with #B3BA2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3BA2F; }
p { color: rgb(179,186,47); }
H1.HeaderClassName
{
color: #B3BA2F;
}
.AnyTagClassName
{
color: #B3BA2F;
}
</style>
background-color css
<style>
a { background-color: #B3BA2F; }
a { background-color: rgb(179,186,47); }
div.DivClassName
{
background-color: #B3BA2F;
}
.BgClassName
{
background-color: #B3BA2F;
}
</style>
border-color css
<style>
span { border-color: #B3BA2F; }
span { border-color: rgb(179,186,47); }
td.TdClassName
{
border-color: #B3BA2F;
}
.TagClassName
{
border-color: #B3BA2F;
}
</style>