Shades of Bahia #B0B52C
Tints of Bahia #B0B52C
RGB
CMYK
RGB Variations
Color information
#B0B52C (or 0xB0B52C) is known color: Bahia. HEX triplet: B0, B5 and 2C. RGB value is (176,181,44). Sum of RGB (Red+Green+Blue) = 176+181+44=401 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.89% from 401); Green value is 181 (71.09% from 255 or 45.14% from 401); Blue value is 44 (17.58% from 255 or 10.97% from 401); Max value from RGB is 181 - color contains mainly: green. Hex color #B0B52C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0B52C is #4F4AD3. Grayscale: #A4A4A4. Windows color (decimal): -5196500 or 2930096. OLE color: 2930096.
HSL color Cylindrical-coordinate representation of color #B0B52C: hue angle of 62.19º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B0B52C is Cyan = 0.03, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 176 | 181 | 44 | - |
| CMYK | 0.03 | 0 | 0.76 | 0.29 |
| HSL | 62.19º | 0.61% | 0.44% | - |
| HSV(B) | 62.19º | 0.76% | 0.71% | - |
| XYZ | 34.88 | 42.46 | 8.74 | - |
| YUV | 163.89 | 60.34 | 136.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 181 | 44 | 0.03 | 0 | 0.76 | 0.29 | 62.19 | 0.61 | 0.44 |
| Hex | B0 | B5 | 2C | 3 | 0 | 4C | 1D | 3E | 3D | 2C |
| Octal | 260 | 265 | 54 | 3 | 0 | 114 | 35 | 76 | 75 | 54 |
| Binary | 10110000 | 10110101 | 101100 | 11 | 0 | 1001100 | 11101 | 111110 | 111101 | 101100 |
Color Harmonies of #B0B52C
Complementary color
Monochromatic Colors of #B0B52C
Black with #B0B52C
Text Example
Text Example
White with #B0B52C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0B52C; }
p { color: rgb(176,181,44); }
H1.HeaderClassName
{
color: #B0B52C;
}
.AnyTagClassName
{
color: #B0B52C;
}
</style>
background-color css
<style>
a { background-color: #B0B52C; }
a { background-color: rgb(176,181,44); }
div.DivClassName
{
background-color: #B0B52C;
}
.BgClassName
{
background-color: #B0B52C;
}
</style>
border-color css
<style>
span { border-color: #B0B52C; }
span { border-color: rgb(176,181,44); }
td.TdClassName
{
border-color: #B0B52C;
}
.TagClassName
{
border-color: #B0B52C;
}
</style>