Shades of Bahia #B0B521
Tints of Bahia #B0B521
RGB
CMYK
RGB Variations
Color information
#B0B521 (or 0xB0B521) is known color: Bahia. HEX triplet: B0, B5 and 21. RGB value is (176,181,33). Sum of RGB (Red+Green+Blue) = 176+181+33=390 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.13% from 390); Green value is 181 (71.09% from 255 or 46.41% from 390); Blue value is 33 (13.28% from 255 or 8.46% from 390); Max value from RGB is 181 - color contains mainly: green. Hex color #B0B521 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0B521 is #4F4ADE. Grayscale: #A3A3A3. Windows color (decimal): -5196511 or 2209200. OLE color: 2209200.
HSL color Cylindrical-coordinate representation of color #B0B521: hue angle of 62.03º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B0B521 is Cyan = 0.03, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 176 | 181 | 33 | - |
| CMYK | 0.03 | 0 | 0.82 | 0.29 |
| HSL | 62.03º | 0.69% | 0.42% | - |
| HSV(B) | 62.03º | 0.82% | 0.71% | - |
| XYZ | 34.7 | 42.39 | 7.79 | - |
| YUV | 162.63 | 54.84 | 137.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 181 | 33 | 0.03 | 0 | 0.82 | 0.29 | 62.03 | 0.69 | 0.42 |
| Hex | B0 | B5 | 21 | 3 | 0 | 52 | 1D | 3E | 45 | 2A |
| Octal | 260 | 265 | 41 | 3 | 0 | 122 | 35 | 76 | 105 | 52 |
| Binary | 10110000 | 10110101 | 100001 | 11 | 0 | 1010010 | 11101 | 111110 | 1000101 | 101010 |
Color Harmonies of #B0B521
Complementary color
Monochromatic Colors of #B0B521
Black with #B0B521
Text Example
Text Example
White with #B0B521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0B521; }
p { color: rgb(176,181,33); }
H1.HeaderClassName
{
color: #B0B521;
}
.AnyTagClassName
{
color: #B0B521;
}
</style>
background-color css
<style>
a { background-color: #B0B521; }
a { background-color: rgb(176,181,33); }
div.DivClassName
{
background-color: #B0B521;
}
.BgClassName
{
background-color: #B0B521;
}
</style>
border-color css
<style>
span { border-color: #B0B521; }
span { border-color: rgb(176,181,33); }
td.TdClassName
{
border-color: #B0B521;
}
.TagClassName
{
border-color: #B0B521;
}
</style>