Shades of Bahia #B2BF24
Tints of Bahia #B2BF24
RGB
CMYK
RGB Variations
Color information
#B2BF24 (or 0xB2BF24) is known color: Bahia. HEX triplet: B2, BF and 24. RGB value is (178,191,36). Sum of RGB (Red+Green+Blue) = 178+191+36=405 (53% of max value = 765). Red value is 178 (69.92% from 255 or 43.95% from 405); Green value is 191 (75% from 255 or 47.16% from 405); Blue value is 36 (14.45% from 255 or 8.89% from 405); Max value from RGB is 191 - color contains mainly: green. Hex color #B2BF24 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2BF24 is #4D40DB. Grayscale: #AAAAAA. Windows color (decimal): -5062876 or 2408370. OLE color: 2408370.
HSL color Cylindrical-coordinate representation of color #B2BF24: hue angle of 65.03º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B2BF24 is Cyan = 0.07, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 178 | 191 | 36 | - |
| CMYK | 0.07 | 0 | 0.81 | 0.25 |
| HSL | 65.03º | 0.68% | 0.45% | - |
| HSV(B) | 65.03º | 0.81% | 0.75% | - |
| XYZ | 37.31 | 46.85 | 8.75 | - |
| YUV | 169.44 | 52.69 | 134.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 191 | 36 | 0.07 | 0 | 0.81 | 0.25 | 65.03 | 0.68 | 0.45 |
| Hex | B2 | BF | 24 | 7 | 0 | 51 | 19 | 41 | 44 | 2D |
| Octal | 262 | 277 | 44 | 7 | 0 | 121 | 31 | 101 | 104 | 55 |
| Binary | 10110010 | 10111111 | 100100 | 111 | 0 | 1010001 | 11001 | 1000001 | 1000100 | 101101 |
Color Harmonies of #B2BF24
Complementary color
Monochromatic Colors of #B2BF24
Black with #B2BF24
Text Example
Text Example
White with #B2BF24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BF24; }
p { color: rgb(178,191,36); }
H1.HeaderClassName
{
color: #B2BF24;
}
.AnyTagClassName
{
color: #B2BF24;
}
</style>
background-color css
<style>
a { background-color: #B2BF24; }
a { background-color: rgb(178,191,36); }
div.DivClassName
{
background-color: #B2BF24;
}
.BgClassName
{
background-color: #B2BF24;
}
</style>
border-color css
<style>
span { border-color: #B2BF24; }
span { border-color: rgb(178,191,36); }
td.TdClassName
{
border-color: #B2BF24;
}
.TagClassName
{
border-color: #B2BF24;
}
</style>