Shades of Bahia #B0B82A
Tints of Bahia #B0B82A
RGB
CMYK
RGB Variations
Color information
#B0B82A (or 0xB0B82A) is known color: Bahia. HEX triplet: B0, B8 and 2A. RGB value is (176,184,42). Sum of RGB (Red+Green+Blue) = 176+184+42=402 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.78% from 402); Green value is 184 (72.27% from 255 or 45.77% from 402); Blue value is 42 (16.80% from 255 or 10.45% from 402); Max value from RGB is 184 - color contains mainly: green. Hex color #B0B82A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0B82A is #4F47D5. Grayscale: #A5A5A5. Windows color (decimal): -5195734 or 2799792. OLE color: 2799792.
HSL color Cylindrical-coordinate representation of color #B0B82A: hue angle of 63.38º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B0B82A is Cyan = 0.04, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 176 | 184 | 42 | - |
| CMYK | 0.04 | 0 | 0.77 | 0.28 |
| HSL | 63.38º | 0.63% | 0.44% | - |
| HSV(B) | 63.38º | 0.77% | 0.72% | - |
| XYZ | 35.46 | 43.68 | 8.75 | - |
| YUV | 165.42 | 58.35 | 135.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 184 | 42 | 0.04 | 0 | 0.77 | 0.28 | 63.38 | 0.63 | 0.44 |
| Hex | B0 | B8 | 2A | 4 | 0 | 4D | 1C | 3F | 3F | 2C |
| Octal | 260 | 270 | 52 | 4 | 0 | 115 | 34 | 77 | 77 | 54 |
| Binary | 10110000 | 10111000 | 101010 | 100 | 0 | 1001101 | 11100 | 111111 | 111111 | 101100 |
Color Harmonies of #B0B82A
Complementary color
Monochromatic Colors of #B0B82A
Black with #B0B82A
Text Example
Text Example
White with #B0B82A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0B82A; }
p { color: rgb(176,184,42); }
H1.HeaderClassName
{
color: #B0B82A;
}
.AnyTagClassName
{
color: #B0B82A;
}
</style>
background-color css
<style>
a { background-color: #B0B82A; }
a { background-color: rgb(176,184,42); }
div.DivClassName
{
background-color: #B0B82A;
}
.BgClassName
{
background-color: #B0B82A;
}
</style>
border-color css
<style>
span { border-color: #B0B82A; }
span { border-color: rgb(176,184,42); }
td.TdClassName
{
border-color: #B0B82A;
}
.TagClassName
{
border-color: #B0B82A;
}
</style>