Shades of Bahia #B2B91A
Tints of Bahia #B2B91A
RGB
CMYK
RGB Variations
Color information
#B2B91A (or 0xB2B91A) is known color: Bahia. HEX triplet: B2, B9 and 1A. RGB value is (178,185,26). Sum of RGB (Red+Green+Blue) = 178+185+26=389 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.76% from 389); Green value is 185 (72.66% from 255 or 47.56% from 389); Blue value is 26 (10.55% from 255 or 6.68% from 389); Max value from RGB is 185 - color contains mainly: green. Hex color #B2B91A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2B91A is #4D46E5. Grayscale: #A5A5A5. Windows color (decimal): -5064422 or 1751474. OLE color: 1751474.
HSL color Cylindrical-coordinate representation of color #B2B91A: hue angle of 62.64º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B2B91A is Cyan = 0.04, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 178 | 185 | 26 | - |
| CMYK | 0.04 | 0 | 0.86 | 0.27 |
| HSL | 62.64º | 0.75% | 0.41% | - |
| HSV(B) | 62.64º | 0.86% | 0.73% | - |
| XYZ | 35.9 | 44.24 | 7.62 | - |
| YUV | 164.78 | 49.68 | 137.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 185 | 26 | 0.04 | 0 | 0.86 | 0.27 | 62.64 | 0.75 | 0.41 |
| Hex | B2 | B9 | 1A | 4 | 0 | 56 | 1B | 3F | 4B | 29 |
| Octal | 262 | 271 | 32 | 4 | 0 | 126 | 33 | 77 | 113 | 51 |
| Binary | 10110010 | 10111001 | 11010 | 100 | 0 | 1010110 | 11011 | 111111 | 1001011 | 101001 |
Color Harmonies of #B2B91A
Complementary color
Monochromatic Colors of #B2B91A
Black with #B2B91A
Text Example
Text Example
White with #B2B91A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B91A; }
p { color: rgb(178,185,26); }
H1.HeaderClassName
{
color: #B2B91A;
}
.AnyTagClassName
{
color: #B2B91A;
}
</style>
background-color css
<style>
a { background-color: #B2B91A; }
a { background-color: rgb(178,185,26); }
div.DivClassName
{
background-color: #B2B91A;
}
.BgClassName
{
background-color: #B2B91A;
}
</style>
border-color css
<style>
span { border-color: #B2B91A; }
span { border-color: rgb(178,185,26); }
td.TdClassName
{
border-color: #B2B91A;
}
.TagClassName
{
border-color: #B2B91A;
}
</style>