Shades of Bahia #B0BC22
Tints of Bahia #B0BC22
RGB
CMYK
RGB Variations
Color information
#B0BC22 (or 0xB0BC22) is known color: Bahia. HEX triplet: B0, BC and 22. RGB value is (176,188,34). Sum of RGB (Red+Green+Blue) = 176+188+34=398 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.22% from 398); Green value is 188 (73.83% from 255 or 47.24% from 398); Blue value is 34 (13.67% from 255 or 8.54% from 398); Max value from RGB is 188 - color contains mainly: green. Hex color #B0BC22 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0BC22 is #4F43DD. Grayscale: #A7A7A7. Windows color (decimal): -5194718 or 2276528. OLE color: 2276528.
HSL color Cylindrical-coordinate representation of color #B0BC22: hue angle of 64.68º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B0BC22 is Cyan = 0.06, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 176 | 188 | 34 | - |
| CMYK | 0.06 | 0 | 0.82 | 0.26 |
| HSL | 64.68º | 0.69% | 0.44% | - |
| HSV(B) | 64.68º | 0.82% | 0.74% | - |
| XYZ | 36.18 | 45.31 | 8.35 | - |
| YUV | 166.86 | 53.02 | 134.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 188 | 34 | 0.06 | 0 | 0.82 | 0.26 | 64.68 | 0.69 | 0.44 |
| Hex | B0 | BC | 22 | 6 | 0 | 52 | 1A | 41 | 45 | 2C |
| Octal | 260 | 274 | 42 | 6 | 0 | 122 | 32 | 101 | 105 | 54 |
| Binary | 10110000 | 10111100 | 100010 | 110 | 0 | 1010010 | 11010 | 1000001 | 1000101 | 101100 |
Color Harmonies of #B0BC22
Complementary color
Monochromatic Colors of #B0BC22
Black with #B0BC22
Text Example
Text Example
White with #B0BC22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0BC22; }
p { color: rgb(176,188,34); }
H1.HeaderClassName
{
color: #B0BC22;
}
.AnyTagClassName
{
color: #B0BC22;
}
</style>
background-color css
<style>
a { background-color: #B0BC22; }
a { background-color: rgb(176,188,34); }
div.DivClassName
{
background-color: #B0BC22;
}
.BgClassName
{
background-color: #B0BC22;
}
</style>
border-color css
<style>
span { border-color: #B0BC22; }
span { border-color: rgb(176,188,34); }
td.TdClassName
{
border-color: #B0BC22;
}
.TagClassName
{
border-color: #B0BC22;
}
</style>