Shades of Bahia #B2BB2A
Tints of Bahia #B2BB2A
RGB
CMYK
RGB Variations
Color information
#B2BB2A (or 0xB2BB2A) is known color: Bahia. HEX triplet: B2, BB and 2A. RGB value is (178,187,42). Sum of RGB (Red+Green+Blue) = 178+187+42=407 (53% of max value = 765). Red value is 178 (69.92% from 255 or 43.73% from 407); Green value is 187 (73.44% from 255 or 45.95% from 407); Blue value is 42 (16.80% from 255 or 10.32% from 407); Max value from RGB is 187 - color contains mainly: green. Hex color #B2BB2A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2BB2A is #4D44D5. Grayscale: #A8A8A8. Windows color (decimal): -5063894 or 2800562. OLE color: 2800562.
HSL color Cylindrical-coordinate representation of color #B2BB2A: hue angle of 63.72º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B2BB2A is Cyan = 0.05, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 178 | 187 | 42 | - |
| CMYK | 0.05 | 0 | 0.78 | 0.27 |
| HSL | 63.72º | 0.63% | 0.45% | - |
| HSV(B) | 63.72º | 0.78% | 0.73% | - |
| XYZ | 36.55 | 45.17 | 8.98 | - |
| YUV | 167.78 | 57.02 | 135.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 187 | 42 | 0.05 | 0 | 0.78 | 0.27 | 63.72 | 0.63 | 0.45 |
| Hex | B2 | BB | 2A | 5 | 0 | 4E | 1B | 40 | 3F | 2D |
| Octal | 262 | 273 | 52 | 5 | 0 | 116 | 33 | 100 | 77 | 55 |
| Binary | 10110010 | 10111011 | 101010 | 101 | 0 | 1001110 | 11011 | 1000000 | 111111 | 101101 |
Color Harmonies of #B2BB2A
Complementary color
Monochromatic Colors of #B2BB2A
Black with #B2BB2A
Text Example
Text Example
White with #B2BB2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BB2A; }
p { color: rgb(178,187,42); }
H1.HeaderClassName
{
color: #B2BB2A;
}
.AnyTagClassName
{
color: #B2BB2A;
}
</style>
background-color css
<style>
a { background-color: #B2BB2A; }
a { background-color: rgb(178,187,42); }
div.DivClassName
{
background-color: #B2BB2A;
}
.BgClassName
{
background-color: #B2BB2A;
}
</style>
border-color css
<style>
span { border-color: #B2BB2A; }
span { border-color: rgb(178,187,42); }
td.TdClassName
{
border-color: #B2BB2A;
}
.TagClassName
{
border-color: #B2BB2A;
}
</style>