Shades of Bahia #B2B921
Tints of Bahia #B2B921
RGB
CMYK
RGB Variations
Color information
#B2B921 (or 0xB2B921) is known color: Bahia. HEX triplet: B2, B9 and 21. RGB value is (178,185,33). Sum of RGB (Red+Green+Blue) = 178+185+33=396 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.95% from 396); Green value is 185 (72.66% from 255 or 46.72% from 396); Blue value is 33 (13.28% from 255 or 8.33% from 396); Max value from RGB is 185 - color contains mainly: green. Hex color #B2B921 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2B921 is #4D46DE. Grayscale: #A6A6A6. Windows color (decimal): -5064415 or 2210226. OLE color: 2210226.
HSL color Cylindrical-coordinate representation of color #B2B921: hue angle of 62.76º degrees, saturation: 0.7, 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 #B2B921 is Cyan = 0.04, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 178 | 185 | 33 | - |
| CMYK | 0.04 | 0 | 0.82 | 0.27 |
| HSL | 62.76º | 0.7% | 0.43% | - |
| HSV(B) | 62.76º | 0.82% | 0.73% | - |
| XYZ | 35.98 | 44.27 | 8.09 | - |
| YUV | 165.58 | 53.18 | 136.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 185 | 33 | 0.04 | 0 | 0.82 | 0.27 | 62.76 | 0.7 | 0.43 |
| Hex | B2 | B9 | 21 | 4 | 0 | 52 | 1B | 3F | 46 | 2B |
| Octal | 262 | 271 | 41 | 4 | 0 | 122 | 33 | 77 | 106 | 53 |
| Binary | 10110010 | 10111001 | 100001 | 100 | 0 | 1010010 | 11011 | 111111 | 1000110 | 101011 |
Color Harmonies of #B2B921
Complementary color
Monochromatic Colors of #B2B921
Black with #B2B921
Text Example
Text Example
White with #B2B921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B921; }
p { color: rgb(178,185,33); }
H1.HeaderClassName
{
color: #B2B921;
}
.AnyTagClassName
{
color: #B2B921;
}
</style>
background-color css
<style>
a { background-color: #B2B921; }
a { background-color: rgb(178,185,33); }
div.DivClassName
{
background-color: #B2B921;
}
.BgClassName
{
background-color: #B2B921;
}
</style>
border-color css
<style>
span { border-color: #B2B921; }
span { border-color: rgb(178,185,33); }
td.TdClassName
{
border-color: #B2B921;
}
.TagClassName
{
border-color: #B2B921;
}
</style>