Shades of Bahia #B0BD24
Tints of Bahia #B0BD24
RGB
CMYK
RGB Variations
Color information
#B0BD24 (or 0xB0BD24) is known color: Bahia. HEX triplet: B0, BD and 24. RGB value is (176,189,36). Sum of RGB (Red+Green+Blue) = 176+189+36=401 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.89% from 401); Green value is 189 (74.22% from 255 or 47.13% from 401); Blue value is 36 (14.45% from 255 or 8.98% from 401); Max value from RGB is 189 - color contains mainly: green. Hex color #B0BD24 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0BD24 is #4F42DB. Grayscale: #A8A8A8. Windows color (decimal): -5194460 or 2407856. OLE color: 2407856.
HSL color Cylindrical-coordinate representation of color #B0BD24: hue angle of 65.1º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B0BD24 is Cyan = 0.07, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 176 | 189 | 36 | - |
| CMYK | 0.07 | 0 | 0.81 | 0.26 |
| HSL | 65.1º | 0.68% | 0.44% | - |
| HSV(B) | 65.1º | 0.81% | 0.74% | - |
| XYZ | 36.42 | 45.75 | 8.58 | - |
| YUV | 167.67 | 53.69 | 133.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 189 | 36 | 0.07 | 0 | 0.81 | 0.26 | 65.1 | 0.68 | 0.44 |
| Hex | B0 | BD | 24 | 7 | 0 | 51 | 1A | 41 | 44 | 2C |
| Octal | 260 | 275 | 44 | 7 | 0 | 121 | 32 | 101 | 104 | 54 |
| Binary | 10110000 | 10111101 | 100100 | 111 | 0 | 1010001 | 11010 | 1000001 | 1000100 | 101100 |
Color Harmonies of #B0BD24
Complementary color
Monochromatic Colors of #B0BD24
Black with #B0BD24
Text Example
Text Example
White with #B0BD24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0BD24; }
p { color: rgb(176,189,36); }
H1.HeaderClassName
{
color: #B0BD24;
}
.AnyTagClassName
{
color: #B0BD24;
}
</style>
background-color css
<style>
a { background-color: #B0BD24; }
a { background-color: rgb(176,189,36); }
div.DivClassName
{
background-color: #B0BD24;
}
.BgClassName
{
background-color: #B0BD24;
}
</style>
border-color css
<style>
span { border-color: #B0BD24; }
span { border-color: rgb(176,189,36); }
td.TdClassName
{
border-color: #B0BD24;
}
.TagClassName
{
border-color: #B0BD24;
}
</style>