Shades of Bahia #B2B91B
Tints of Bahia #B2B91B
RGB
CMYK
RGB Variations
Color information
#B2B91B (or 0xB2B91B) is known color: Bahia. HEX triplet: B2, B9 and 1B. RGB value is (178,185,27). Sum of RGB (Red+Green+Blue) = 178+185+27=390 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.64% from 390); Green value is 185 (72.66% from 255 or 47.44% from 390); Blue value is 27 (10.94% from 255 or 6.92% from 390); Max value from RGB is 185 - color contains mainly: green. Hex color #B2B91B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2B91B is #4D46E4. Grayscale: #A5A5A5. Windows color (decimal): -5064421 or 1817010. OLE color: 1817010.
HSL color Cylindrical-coordinate representation of color #B2B91B: hue angle of 62.66º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B2B91B is Cyan = 0.04, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 178 | 185 | 27 | - |
| CMYK | 0.04 | 0 | 0.85 | 0.27 |
| HSL | 62.66º | 0.75% | 0.42% | - |
| HSV(B) | 62.66º | 0.85% | 0.73% | - |
| XYZ | 35.91 | 44.24 | 7.68 | - |
| YUV | 164.9 | 50.18 | 137.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 185 | 27 | 0.04 | 0 | 0.85 | 0.27 | 62.66 | 0.75 | 0.42 |
| Hex | B2 | B9 | 1B | 4 | 0 | 55 | 1B | 3F | 4B | 2A |
| Octal | 262 | 271 | 33 | 4 | 0 | 125 | 33 | 77 | 113 | 52 |
| Binary | 10110010 | 10111001 | 11011 | 100 | 0 | 1010101 | 11011 | 111111 | 1001011 | 101010 |
Color Harmonies of #B2B91B
Complementary color
Monochromatic Colors of #B2B91B
Black with #B2B91B
Text Example
Text Example
White with #B2B91B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B91B; }
p { color: rgb(178,185,27); }
H1.HeaderClassName
{
color: #B2B91B;
}
.AnyTagClassName
{
color: #B2B91B;
}
</style>
background-color css
<style>
a { background-color: #B2B91B; }
a { background-color: rgb(178,185,27); }
div.DivClassName
{
background-color: #B2B91B;
}
.BgClassName
{
background-color: #B2B91B;
}
</style>
border-color css
<style>
span { border-color: #B2B91B; }
span { border-color: rgb(178,185,27); }
td.TdClassName
{
border-color: #B2B91B;
}
.TagClassName
{
border-color: #B2B91B;
}
</style>