Shades of Bahia #B2BA25
Tints of Bahia #B2BA25
RGB
CMYK
RGB Variations
Color information
#B2BA25 (or 0xB2BA25) is known color: Bahia. HEX triplet: B2, BA and 25. RGB value is (178,186,37). Sum of RGB (Red+Green+Blue) = 178+186+37=401 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.39% from 401); Green value is 186 (73.05% from 255 or 46.38% from 401); Blue value is 37 (14.84% from 255 or 9.23% from 401); Max value from RGB is 186 - color contains mainly: green. Hex color #B2BA25 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2BA25 is #4D45DA. Grayscale: #A7A7A7. Windows color (decimal): -5064155 or 2472626. OLE color: 2472626.
HSL color Cylindrical-coordinate representation of color #B2BA25: hue angle of 63.22º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B2BA25 is Cyan = 0.04, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 178 | 186 | 37 | - |
| CMYK | 0.04 | 0 | 0.80 | 0.27 |
| HSL | 63.22º | 0.67% | 0.44% | - |
| HSV(B) | 63.22º | 0.8% | 0.73% | - |
| XYZ | 36.25 | 44.72 | 8.47 | - |
| YUV | 166.62 | 54.85 | 136.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 186 | 37 | 0.04 | 0 | 0.80 | 0.27 | 63.22 | 0.67 | 0.44 |
| Hex | B2 | BA | 25 | 4 | 0 | 50 | 1B | 3F | 43 | 2C |
| Octal | 262 | 272 | 45 | 4 | 0 | 120 | 33 | 77 | 103 | 54 |
| Binary | 10110010 | 10111010 | 100101 | 100 | 0 | 1010000 | 11011 | 111111 | 1000011 | 101100 |
Color Harmonies of #B2BA25
Complementary color
Monochromatic Colors of #B2BA25
Black with #B2BA25
Text Example
Text Example
White with #B2BA25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BA25; }
p { color: rgb(178,186,37); }
H1.HeaderClassName
{
color: #B2BA25;
}
.AnyTagClassName
{
color: #B2BA25;
}
</style>
background-color css
<style>
a { background-color: #B2BA25; }
a { background-color: rgb(178,186,37); }
div.DivClassName
{
background-color: #B2BA25;
}
.BgClassName
{
background-color: #B2BA25;
}
</style>
border-color css
<style>
span { border-color: #B2BA25; }
span { border-color: rgb(178,186,37); }
td.TdClassName
{
border-color: #B2BA25;
}
.TagClassName
{
border-color: #B2BA25;
}
</style>