Shades of Bahia #B2B82C
Tints of Bahia #B2B82C
RGB
CMYK
RGB Variations
Color information
#B2B82C (or 0xB2B82C) is known color: Bahia. HEX triplet: B2, B8 and 2C. RGB value is (178,184,44). Sum of RGB (Red+Green+Blue) = 178+184+44=406 (53% of max value = 765). Red value is 178 (69.92% from 255 or 43.84% from 406); Green value is 184 (72.27% from 255 or 45.32% from 406); Blue value is 44 (17.58% from 255 or 10.84% from 406); Max value from RGB is 184 - color contains mainly: green. Hex color #B2B82C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2B82C is #4D47D3. Grayscale: #A6A6A6. Windows color (decimal): -5064660 or 2930866. OLE color: 2930866.
HSL color Cylindrical-coordinate representation of color #B2B82C: hue angle of 62.57º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B2B82C is Cyan = 0.03, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 178 | 184 | 44 | - |
| CMYK | 0.03 | 0 | 0.76 | 0.28 |
| HSL | 62.57º | 0.61% | 0.45% | - |
| HSV(B) | 62.57º | 0.76% | 0.72% | - |
| XYZ | 35.96 | 43.93 | 8.97 | - |
| YUV | 166.25 | 59.01 | 136.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 184 | 44 | 0.03 | 0 | 0.76 | 0.28 | 62.57 | 0.61 | 0.45 |
| Hex | B2 | B8 | 2C | 3 | 0 | 4C | 1C | 3F | 3D | 2D |
| Octal | 262 | 270 | 54 | 3 | 0 | 114 | 34 | 77 | 75 | 55 |
| Binary | 10110010 | 10111000 | 101100 | 11 | 0 | 1001100 | 11100 | 111111 | 111101 | 101101 |
Color Harmonies of #B2B82C
Complementary color
Monochromatic Colors of #B2B82C
Black with #B2B82C
Text Example
Text Example
White with #B2B82C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B82C; }
p { color: rgb(178,184,44); }
H1.HeaderClassName
{
color: #B2B82C;
}
.AnyTagClassName
{
color: #B2B82C;
}
</style>
background-color css
<style>
a { background-color: #B2B82C; }
a { background-color: rgb(178,184,44); }
div.DivClassName
{
background-color: #B2B82C;
}
.BgClassName
{
background-color: #B2B82C;
}
</style>
border-color css
<style>
span { border-color: #B2B82C; }
span { border-color: rgb(178,184,44); }
td.TdClassName
{
border-color: #B2B82C;
}
.TagClassName
{
border-color: #B2B82C;
}
</style>