Shades of Bahia #B3BD2A
Tints of Bahia #B3BD2A
RGB
CMYK
RGB Variations
Color information
#B3BD2A (or 0xB3BD2A) is known color: Bahia. HEX triplet: B3, BD and 2A. RGB value is (179,189,42). Sum of RGB (Red+Green+Blue) = 179+189+42=410 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.66% from 410); Green value is 189 (74.22% from 255 or 46.10% from 410); Blue value is 42 (16.80% from 255 or 10.24% from 410); Max value from RGB is 189 - color contains mainly: green. Hex color #B3BD2A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B3BD2A is #4C42D5. Grayscale: #A9A9A9. Windows color (decimal): -4997846 or 2801075. OLE color: 2801075.
HSL color Cylindrical-coordinate representation of color #B3BD2A: hue angle of 64.08º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B3BD2A is Cyan = 0.05, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 179 | 189 | 42 | - |
| CMYK | 0.05 | 0 | 0.78 | 0.26 |
| HSL | 64.08º | 0.64% | 0.45% | - |
| HSV(B) | 64.08º | 0.78% | 0.74% | - |
| XYZ | 37.21 | 46.15 | 9.14 | - |
| YUV | 169.25 | 56.19 | 134.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 189 | 42 | 0.05 | 0 | 0.78 | 0.26 | 64.08 | 0.64 | 0.45 |
| Hex | B3 | BD | 2A | 5 | 0 | 4E | 1A | 40 | 40 | 2D |
| Octal | 263 | 275 | 52 | 5 | 0 | 116 | 32 | 100 | 100 | 55 |
| Binary | 10110011 | 10111101 | 101010 | 101 | 0 | 1001110 | 11010 | 1000000 | 1000000 | 101101 |
Color Harmonies of #B3BD2A
Complementary color
Monochromatic Colors of #B3BD2A
Black with #B3BD2A
Text Example
Text Example
White with #B3BD2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3BD2A; }
p { color: rgb(179,189,42); }
H1.HeaderClassName
{
color: #B3BD2A;
}
.AnyTagClassName
{
color: #B3BD2A;
}
</style>
background-color css
<style>
a { background-color: #B3BD2A; }
a { background-color: rgb(179,189,42); }
div.DivClassName
{
background-color: #B3BD2A;
}
.BgClassName
{
background-color: #B3BD2A;
}
</style>
border-color css
<style>
span { border-color: #B3BD2A; }
span { border-color: rgb(179,189,42); }
td.TdClassName
{
border-color: #B3BD2A;
}
.TagClassName
{
border-color: #B3BD2A;
}
</style>