Shades of Bahia #A0BF24
Tints of Bahia #A0BF24
RGB
CMYK
RGB Variations
Color information
#A0BF24 (or 0xA0BF24) is known color: Bahia. HEX triplet: A0, BF and 24. RGB value is (160,191,36). Sum of RGB (Red+Green+Blue) = 160+191+36=387 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.34% from 387); Green value is 191 (75% from 255 or 49.35% from 387); Blue value is 36 (14.45% from 255 or 9.30% from 387); Max value from RGB is 191 - color contains mainly: green. Hex color #A0BF24 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0BF24 is #5F40DB. Grayscale: #A4A4A4. Windows color (decimal): -6242524 or 2408352. OLE color: 2408352.
HSL color Cylindrical-coordinate representation of color #A0BF24: hue angle of 72º 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 #A0BF24 is Cyan = 0.16, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 160 | 191 | 36 | - |
| CMYK | 0.16 | 0 | 0.81 | 0.25 |
| HSL | 72º | 0.68% | 0.45% | - |
| HSV(B) | 72º | 0.81% | 0.75% | - |
| XYZ | 33.45 | 44.86 | 8.57 | - |
| YUV | 164.06 | 55.73 | 125.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 191 | 36 | 0.16 | 0 | 0.81 | 0.25 | 72 | 0.68 | 0.45 |
| Hex | A0 | BF | 24 | 10 | 0 | 51 | 19 | 48 | 44 | 2D |
| Octal | 240 | 277 | 44 | 20 | 0 | 121 | 31 | 110 | 104 | 55 |
| Binary | 10100000 | 10111111 | 100100 | 10000 | 0 | 1010001 | 11001 | 1001000 | 1000100 | 101101 |
Color Harmonies of #A0BF24
Complementary color
Monochromatic Colors of #A0BF24
Black with #A0BF24
Text Example
Text Example
White with #A0BF24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BF24; }
p { color: rgb(160,191,36); }
H1.HeaderClassName
{
color: #A0BF24;
}
.AnyTagClassName
{
color: #A0BF24;
}
</style>
background-color css
<style>
a { background-color: #A0BF24; }
a { background-color: rgb(160,191,36); }
div.DivClassName
{
background-color: #A0BF24;
}
.BgClassName
{
background-color: #A0BF24;
}
</style>
border-color css
<style>
span { border-color: #A0BF24; }
span { border-color: rgb(160,191,36); }
td.TdClassName
{
border-color: #A0BF24;
}
.TagClassName
{
border-color: #A0BF24;
}
</style>