Shades of Bahia #B2B82E
Tints of Bahia #B2B82E
RGB
CMYK
RGB Variations
Color information
#B2B82E (or 0xB2B82E) is known color: Bahia. HEX triplet: B2, B8 and 2E. RGB value is (178,184,46). Sum of RGB (Red+Green+Blue) = 178+184+46=408 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.63% from 408); Green value is 184 (72.27% from 255 or 45.10% from 408); Blue value is 46 (18.36% from 255 or 11.27% from 408); Max value from RGB is 184 - color contains mainly: green. Hex color #B2B82E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2B82E is #4D47D1. Grayscale: #A7A7A7. Windows color (decimal): -5064658 or 3061938. OLE color: 3061938.
HSL color Cylindrical-coordinate representation of color #B2B82E: hue angle of 62.61º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B2B82E is Cyan = 0.03, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 178 | 184 | 46 | - |
| CMYK | 0.03 | 0 | 0.75 | 0.28 |
| HSL | 62.61º | 0.6% | 0.45% | - |
| HSV(B) | 62.61º | 0.75% | 0.72% | - |
| XYZ | 35.99 | 43.94 | 9.17 | - |
| YUV | 166.47 | 60.01 | 136.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 184 | 46 | 0.03 | 0 | 0.75 | 0.28 | 62.61 | 0.6 | 0.45 |
| Hex | B2 | B8 | 2E | 3 | 0 | 4B | 1C | 3F | 3C | 2D |
| Octal | 262 | 270 | 56 | 3 | 0 | 113 | 34 | 77 | 74 | 55 |
| Binary | 10110010 | 10111000 | 101110 | 11 | 0 | 1001011 | 11100 | 111111 | 111100 | 101101 |
Color Harmonies of #B2B82E
Complementary color
Monochromatic Colors of #B2B82E
Black with #B2B82E
Text Example
Text Example
White with #B2B82E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B82E; }
p { color: rgb(178,184,46); }
H1.HeaderClassName
{
color: #B2B82E;
}
.AnyTagClassName
{
color: #B2B82E;
}
</style>
background-color css
<style>
a { background-color: #B2B82E; }
a { background-color: rgb(178,184,46); }
div.DivClassName
{
background-color: #B2B82E;
}
.BgClassName
{
background-color: #B2B82E;
}
</style>
border-color css
<style>
span { border-color: #B2B82E; }
span { border-color: rgb(178,184,46); }
td.TdClassName
{
border-color: #B2B82E;
}
.TagClassName
{
border-color: #B2B82E;
}
</style>