Shades of Bahia #B2B41C
Tints of Bahia #B2B41C
RGB
CMYK
RGB Variations
Color information
#B2B41C (or 0xB2B41C) is known color: Bahia. HEX triplet: B2, B4 and 1C. RGB value is (178,180,28). Sum of RGB (Red+Green+Blue) = 178+180+28=386 (51% of max value = 765). Red value is 178 (69.92% from 255 or 46.11% from 386); Green value is 180 (70.70% from 255 or 46.63% from 386); Blue value is 28 (11.33% from 255 or 7.25% from 386); Max value from RGB is 180 - color contains mainly: green. Hex color #B2B41C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2B41C is #4D4BE3. Grayscale: #A2A2A2. Windows color (decimal): -5065700 or 1881266. OLE color: 1881266.
HSL color Cylindrical-coordinate representation of color #B2B41C: hue angle of 60.79º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B2B41C is Cyan = 0.01, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 178 | 180 | 28 | - |
| CMYK | 0.01 | 0 | 0.84 | 0.29 |
| HSL | 60.79º | 0.73% | 0.41% | - |
| HSV(B) | 60.79º | 0.84% | 0.71% | - |
| XYZ | 34.89 | 42.19 | 7.4 | - |
| YUV | 162.07 | 52.34 | 139.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 180 | 28 | 0.01 | 0 | 0.84 | 0.29 | 60.79 | 0.73 | 0.41 |
| Hex | B2 | B4 | 1C | 1 | 0 | 54 | 1D | 3D | 49 | 29 |
| Octal | 262 | 264 | 34 | 1 | 0 | 124 | 35 | 75 | 111 | 51 |
| Binary | 10110010 | 10110100 | 11100 | 1 | 0 | 1010100 | 11101 | 111101 | 1001001 | 101001 |
Color Harmonies of #B2B41C
Complementary color
Monochromatic Colors of #B2B41C
Black with #B2B41C
Text Example
Text Example
White with #B2B41C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B41C; }
p { color: rgb(178,180,28); }
H1.HeaderClassName
{
color: #B2B41C;
}
.AnyTagClassName
{
color: #B2B41C;
}
</style>
background-color css
<style>
a { background-color: #B2B41C; }
a { background-color: rgb(178,180,28); }
div.DivClassName
{
background-color: #B2B41C;
}
.BgClassName
{
background-color: #B2B41C;
}
</style>
border-color css
<style>
span { border-color: #B2B41C; }
span { border-color: rgb(178,180,28); }
td.TdClassName
{
border-color: #B2B41C;
}
.TagClassName
{
border-color: #B2B41C;
}
</style>