Shades of Bahia #B0BC26
Tints of Bahia #B0BC26
RGB
CMYK
RGB Variations
Color information
#B0BC26 (or 0xB0BC26) is known color: Bahia. HEX triplet: B0, BC and 26. RGB value is (176,188,38). Sum of RGB (Red+Green+Blue) = 176+188+38=402 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.78% from 402); Green value is 188 (73.83% from 255 or 46.77% from 402); Blue value is 38 (15.23% from 255 or 9.45% from 402); Max value from RGB is 188 - color contains mainly: green. Hex color #B0BC26 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0BC26 is #4F43D9. Grayscale: #A7A7A7. Windows color (decimal): -5194714 or 2538672. OLE color: 2538672.
HSL color Cylindrical-coordinate representation of color #B0BC26: hue angle of 64.8º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B0BC26 is Cyan = 0.06, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 176 | 188 | 38 | - |
| CMYK | 0.06 | 0 | 0.80 | 0.26 |
| HSL | 64.8º | 0.66% | 0.44% | - |
| HSV(B) | 64.8º | 0.8% | 0.74% | - |
| XYZ | 36.24 | 45.34 | 8.67 | - |
| YUV | 167.31 | 55.02 | 134.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 188 | 38 | 0.06 | 0 | 0.80 | 0.26 | 64.8 | 0.66 | 0.44 |
| Hex | B0 | BC | 26 | 6 | 0 | 50 | 1A | 41 | 42 | 2C |
| Octal | 260 | 274 | 46 | 6 | 0 | 120 | 32 | 101 | 102 | 54 |
| Binary | 10110000 | 10111100 | 100110 | 110 | 0 | 1010000 | 11010 | 1000001 | 1000010 | 101100 |
Color Harmonies of #B0BC26
Complementary color
Monochromatic Colors of #B0BC26
Black with #B0BC26
Text Example
Text Example
White with #B0BC26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0BC26; }
p { color: rgb(176,188,38); }
H1.HeaderClassName
{
color: #B0BC26;
}
.AnyTagClassName
{
color: #B0BC26;
}
</style>
background-color css
<style>
a { background-color: #B0BC26; }
a { background-color: rgb(176,188,38); }
div.DivClassName
{
background-color: #B0BC26;
}
.BgClassName
{
background-color: #B0BC26;
}
</style>
border-color css
<style>
span { border-color: #B0BC26; }
span { border-color: rgb(176,188,38); }
td.TdClassName
{
border-color: #B0BC26;
}
.TagClassName
{
border-color: #B0BC26;
}
</style>