Shades of Bahia #B0BE24
Tints of Bahia #B0BE24
RGB
CMYK
RGB Variations
Color information
#B0BE24 (or 0xB0BE24) is known color: Bahia. HEX triplet: B0, BE and 24. RGB value is (176,190,36). Sum of RGB (Red+Green+Blue) = 176+190+36=402 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.78% from 402); Green value is 190 (74.61% from 255 or 47.26% from 402); Blue value is 36 (14.45% from 255 or 8.96% from 402); Max value from RGB is 190 - color contains mainly: green. Hex color #B0BE24 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0BE24 is #4F41DB. Grayscale: #A8A8A8. Windows color (decimal): -5194204 or 2408112. OLE color: 2408112.
HSL color Cylindrical-coordinate representation of color #B0BE24: hue angle of 65.45º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B0BE24 is Cyan = 0.07, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 176 | 190 | 36 | - |
| CMYK | 0.07 | 0 | 0.81 | 0.25 |
| HSL | 65.45º | 0.68% | 0.44% | - |
| HSV(B) | 65.45º | 0.81% | 0.75% | - |
| XYZ | 36.64 | 46.18 | 8.65 | - |
| YUV | 168.26 | 53.36 | 133.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 190 | 36 | 0.07 | 0 | 0.81 | 0.25 | 65.45 | 0.68 | 0.44 |
| Hex | B0 | BE | 24 | 7 | 0 | 51 | 19 | 41 | 44 | 2C |
| Octal | 260 | 276 | 44 | 7 | 0 | 121 | 31 | 101 | 104 | 54 |
| Binary | 10110000 | 10111110 | 100100 | 111 | 0 | 1010001 | 11001 | 1000001 | 1000100 | 101100 |
Color Harmonies of #B0BE24
Complementary color
Monochromatic Colors of #B0BE24
Black with #B0BE24
Text Example
Text Example
White with #B0BE24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0BE24; }
p { color: rgb(176,190,36); }
H1.HeaderClassName
{
color: #B0BE24;
}
.AnyTagClassName
{
color: #B0BE24;
}
</style>
background-color css
<style>
a { background-color: #B0BE24; }
a { background-color: rgb(176,190,36); }
div.DivClassName
{
background-color: #B0BE24;
}
.BgClassName
{
background-color: #B0BE24;
}
</style>
border-color css
<style>
span { border-color: #B0BE24; }
span { border-color: rgb(176,190,36); }
td.TdClassName
{
border-color: #B0BE24;
}
.TagClassName
{
border-color: #B0BE24;
}
</style>