Shades of Bahia #B0BC32
Tints of Bahia #B0BC32
RGB
CMYK
RGB Variations
Color information
#B0BC32 (or 0xB0BC32) is known color: Bahia. HEX triplet: B0, BC and 32. RGB value is (176,188,50). Sum of RGB (Red+Green+Blue) = 176+188+50=414 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.51% from 414); Green value is 188 (73.83% from 255 or 45.41% from 414); Blue value is 50 (19.92% from 255 or 12.08% from 414); Max value from RGB is 188 - color contains mainly: green. Hex color #B0BC32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0BC32 is #4F43CD. Grayscale: #A9A9A9. Windows color (decimal): -5194702 or 3325104. OLE color: 3325104.
HSL color Cylindrical-coordinate representation of color #B0BC32: hue angle of 65.22º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B0BC32 is Cyan = 0.06, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 176 | 188 | 50 | - |
| CMYK | 0.06 | 0 | 0.73 | 0.26 |
| HSL | 65.22º | 0.58% | 0.47% | - |
| HSV(B) | 65.22º | 0.73% | 0.74% | - |
| XYZ | 36.46 | 45.43 | 9.86 | - |
| YUV | 168.68 | 61.02 | 133.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 188 | 50 | 0.06 | 0 | 0.73 | 0.26 | 65.22 | 0.58 | 0.47 |
| Hex | B0 | BC | 32 | 6 | 0 | 49 | 1A | 41 | 3A | 2F |
| Octal | 260 | 274 | 62 | 6 | 0 | 111 | 32 | 101 | 72 | 57 |
| Binary | 10110000 | 10111100 | 110010 | 110 | 0 | 1001001 | 11010 | 1000001 | 111010 | 101111 |
Color Harmonies of #B0BC32
Complementary color
Monochromatic Colors of #B0BC32
Black with #B0BC32
Text Example
Text Example
White with #B0BC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0BC32; }
p { color: rgb(176,188,50); }
H1.HeaderClassName
{
color: #B0BC32;
}
.AnyTagClassName
{
color: #B0BC32;
}
</style>
background-color css
<style>
a { background-color: #B0BC32; }
a { background-color: rgb(176,188,50); }
div.DivClassName
{
background-color: #B0BC32;
}
.BgClassName
{
background-color: #B0BC32;
}
</style>
border-color css
<style>
span { border-color: #B0BC32; }
span { border-color: rgb(176,188,50); }
td.TdClassName
{
border-color: #B0BC32;
}
.TagClassName
{
border-color: #B0BC32;
}
</style>