Shades of Bahia #B3BA22
Tints of Bahia #B3BA22
RGB
CMYK
RGB Variations
Color information
#B3BA22 (or 0xB3BA22) is known color: Bahia. HEX triplet: B3, BA and 22. RGB value is (179,186,34). Sum of RGB (Red+Green+Blue) = 179+186+34=399 (52% of max value = 765). Red value is 179 (70.31% from 255 or 44.86% from 399); Green value is 186 (73.05% from 255 or 46.62% from 399); Blue value is 34 (13.67% from 255 or 8.52% from 399); Max value from RGB is 186 - color contains mainly: green. Hex color #B3BA22 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B3BA22 is #4C45DD. Grayscale: #A7A7A7. Windows color (decimal): -4998622 or 2276019. OLE color: 2276019.
HSL color Cylindrical-coordinate representation of color #B3BA22: hue angle of 62.76º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B3BA22 is Cyan = 0.04, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 179 | 186 | 34 | - |
| CMYK | 0.04 | 0 | 0.82 | 0.27 |
| HSL | 62.76º | 0.69% | 0.43% | - |
| HSV(B) | 62.76º | 0.82% | 0.73% | - |
| XYZ | 36.44 | 44.82 | 8.24 | - |
| YUV | 166.58 | 53.18 | 136.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 186 | 34 | 0.04 | 0 | 0.82 | 0.27 | 62.76 | 0.69 | 0.43 |
| Hex | B3 | BA | 22 | 4 | 0 | 52 | 1B | 3F | 45 | 2B |
| Octal | 263 | 272 | 42 | 4 | 0 | 122 | 33 | 77 | 105 | 53 |
| Binary | 10110011 | 10111010 | 100010 | 100 | 0 | 1010010 | 11011 | 111111 | 1000101 | 101011 |
Color Harmonies of #B3BA22
Complementary color
Monochromatic Colors of #B3BA22
Black with #B3BA22
Text Example
Text Example
White with #B3BA22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3BA22; }
p { color: rgb(179,186,34); }
H1.HeaderClassName
{
color: #B3BA22;
}
.AnyTagClassName
{
color: #B3BA22;
}
</style>
background-color css
<style>
a { background-color: #B3BA22; }
a { background-color: rgb(179,186,34); }
div.DivClassName
{
background-color: #B3BA22;
}
.BgClassName
{
background-color: #B3BA22;
}
</style>
border-color css
<style>
span { border-color: #B3BA22; }
span { border-color: rgb(179,186,34); }
td.TdClassName
{
border-color: #B3BA22;
}
.TagClassName
{
border-color: #B3BA22;
}
</style>