Shades of Bahia #B2B81A
Tints of Bahia #B2B81A
RGB
CMYK
RGB Variations
Color information
#B2B81A (or 0xB2B81A) is known color: Bahia. HEX triplet: B2, B8 and 1A. RGB value is (178,184,26). Sum of RGB (Red+Green+Blue) = 178+184+26=388 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.88% from 388); Green value is 184 (72.27% from 255 or 47.42% from 388); Blue value is 26 (10.55% from 255 or 6.70% from 388); Max value from RGB is 184 - color contains mainly: green. Hex color #B2B81A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2B81A is #4D47E5. Grayscale: #A4A4A4. Windows color (decimal): -5064678 or 1751218. OLE color: 1751218.
HSL color Cylindrical-coordinate representation of color #B2B81A: hue angle of 62.28º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B2B81A is Cyan = 0.03, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 178 | 184 | 26 | - |
| CMYK | 0.03 | 0 | 0.86 | 0.28 |
| HSL | 62.28º | 0.75% | 0.41% | - |
| HSV(B) | 62.28º | 0.86% | 0.72% | - |
| XYZ | 35.69 | 43.82 | 7.55 | - |
| YUV | 164.19 | 50.01 | 137.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 184 | 26 | 0.03 | 0 | 0.86 | 0.28 | 62.28 | 0.75 | 0.41 |
| Hex | B2 | B8 | 1A | 3 | 0 | 56 | 1C | 3E | 4B | 29 |
| Octal | 262 | 270 | 32 | 3 | 0 | 126 | 34 | 76 | 113 | 51 |
| Binary | 10110010 | 10111000 | 11010 | 11 | 0 | 1010110 | 11100 | 111110 | 1001011 | 101001 |
Color Harmonies of #B2B81A
Complementary color
Monochromatic Colors of #B2B81A
Black with #B2B81A
Text Example
Text Example
White with #B2B81A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B81A; }
p { color: rgb(178,184,26); }
H1.HeaderClassName
{
color: #B2B81A;
}
.AnyTagClassName
{
color: #B2B81A;
}
</style>
background-color css
<style>
a { background-color: #B2B81A; }
a { background-color: rgb(178,184,26); }
div.DivClassName
{
background-color: #B2B81A;
}
.BgClassName
{
background-color: #B2B81A;
}
</style>
border-color css
<style>
span { border-color: #B2B81A; }
span { border-color: rgb(178,184,26); }
td.TdClassName
{
border-color: #B2B81A;
}
.TagClassName
{
border-color: #B2B81A;
}
</style>