Shades of Bahia #B0BC31
Tints of Bahia #B0BC31
RGB
CMYK
RGB Variations
Color information
#B0BC31 (or 0xB0BC31) is known color: Bahia. HEX triplet: B0, BC and 31. RGB value is (176,188,49). Sum of RGB (Red+Green+Blue) = 176+188+49=413 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.62% from 413); Green value is 188 (73.83% from 255 or 45.52% from 413); Blue value is 49 (19.53% from 255 or 11.86% from 413); Max value from RGB is 188 - color contains mainly: green. Hex color #B0BC31 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0BC31 is #4F43CE. Grayscale: #A9A9A9. Windows color (decimal): -5194703 or 3259568. OLE color: 3259568.
HSL color Cylindrical-coordinate representation of color #B0BC31: hue angle of 65.18º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B0BC31 is Cyan = 0.06, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 176 | 188 | 49 | - |
| CMYK | 0.06 | 0 | 0.74 | 0.26 |
| HSL | 65.18º | 0.59% | 0.46% | - |
| HSV(B) | 65.18º | 0.74% | 0.74% | - |
| XYZ | 36.44 | 45.42 | 9.75 | - |
| YUV | 168.57 | 60.52 | 133.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 188 | 49 | 0.06 | 0 | 0.74 | 0.26 | 65.18 | 0.59 | 0.46 |
| Hex | B0 | BC | 31 | 6 | 0 | 4A | 1A | 41 | 3B | 2E |
| Octal | 260 | 274 | 61 | 6 | 0 | 112 | 32 | 101 | 73 | 56 |
| Binary | 10110000 | 10111100 | 110001 | 110 | 0 | 1001010 | 11010 | 1000001 | 111011 | 101110 |
Color Harmonies of #B0BC31
Complementary color
Monochromatic Colors of #B0BC31
Black with #B0BC31
Text Example
Text Example
White with #B0BC31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0BC31; }
p { color: rgb(176,188,49); }
H1.HeaderClassName
{
color: #B0BC31;
}
.AnyTagClassName
{
color: #B0BC31;
}
</style>
background-color css
<style>
a { background-color: #B0BC31; }
a { background-color: rgb(176,188,49); }
div.DivClassName
{
background-color: #B0BC31;
}
.BgClassName
{
background-color: #B0BC31;
}
</style>
border-color css
<style>
span { border-color: #B0BC31; }
span { border-color: rgb(176,188,49); }
td.TdClassName
{
border-color: #B0BC31;
}
.TagClassName
{
border-color: #B0BC31;
}
</style>