Shades of Bahia #B3BA30
Tints of Bahia #B3BA30
RGB
CMYK
RGB Variations
Color information
#B3BA30 (or 0xB3BA30) is known color: Bahia. HEX triplet: B3, BA and 30. RGB value is (179,186,48). Sum of RGB (Red+Green+Blue) = 179+186+48=413 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.34% from 413); Green value is 186 (73.05% from 255 or 45.04% from 413); Blue value is 48 (19.14% from 255 or 11.62% from 413); Max value from RGB is 186 - color contains mainly: green. Hex color #B3BA30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B3BA30 is #4C45CF. Grayscale: #A8A8A8. Windows color (decimal): -4998608 or 3193523. OLE color: 3193523.
HSL color Cylindrical-coordinate representation of color #B3BA30: hue angle of 63.04º degrees, saturation: 0.59, 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 #B3BA30 is Cyan = 0.04, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 179 | 186 | 48 | - |
| CMYK | 0.04 | 0 | 0.74 | 0.27 |
| HSL | 63.04º | 0.59% | 0.46% | - |
| HSV(B) | 63.04º | 0.74% | 0.73% | - |
| XYZ | 36.68 | 44.91 | 9.53 | - |
| YUV | 168.18 | 60.18 | 135.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 186 | 48 | 0.04 | 0 | 0.74 | 0.27 | 63.04 | 0.59 | 0.46 |
| Hex | B3 | BA | 30 | 4 | 0 | 4A | 1B | 3F | 3B | 2E |
| Octal | 263 | 272 | 60 | 4 | 0 | 112 | 33 | 77 | 73 | 56 |
| Binary | 10110011 | 10111010 | 110000 | 100 | 0 | 1001010 | 11011 | 111111 | 111011 | 101110 |
Color Harmonies of #B3BA30
Complementary color
Monochromatic Colors of #B3BA30
Black with #B3BA30
Text Example
Text Example
White with #B3BA30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3BA30; }
p { color: rgb(179,186,48); }
H1.HeaderClassName
{
color: #B3BA30;
}
.AnyTagClassName
{
color: #B3BA30;
}
</style>
background-color css
<style>
a { background-color: #B3BA30; }
a { background-color: rgb(179,186,48); }
div.DivClassName
{
background-color: #B3BA30;
}
.BgClassName
{
background-color: #B3BA30;
}
</style>
border-color css
<style>
span { border-color: #B3BA30; }
span { border-color: rgb(179,186,48); }
td.TdClassName
{
border-color: #B3BA30;
}
.TagClassName
{
border-color: #B3BA30;
}
</style>