Shades of Bahia #A8BF24
Tints of Bahia #A8BF24
RGB
CMYK
RGB Variations
Color information
#A8BF24 (or 0xA8BF24) is known color: Bahia. HEX triplet: A8, BF and 24. RGB value is (168,191,36). Sum of RGB (Red+Green+Blue) = 168+191+36=395 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.53% from 395); Green value is 191 (75% from 255 or 48.35% from 395); Blue value is 36 (14.45% from 255 or 9.11% from 395); Max value from RGB is 191 - color contains mainly: green. Hex color #A8BF24 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8BF24 is #5740DB. Grayscale: #A7A7A7. Windows color (decimal): -5718236 or 2408360. OLE color: 2408360.
HSL color Cylindrical-coordinate representation of color #A8BF24: hue angle of 68.9º 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 #A8BF24 is Cyan = 0.12, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 168 | 191 | 36 | - |
| CMYK | 0.12 | 0 | 0.81 | 0.25 |
| HSL | 68.9º | 0.68% | 0.45% | - |
| HSV(B) | 68.9º | 0.81% | 0.75% | - |
| XYZ | 35.1 | 45.71 | 8.64 | - |
| YUV | 166.45 | 54.38 | 129.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 191 | 36 | 0.12 | 0 | 0.81 | 0.25 | 68.9 | 0.68 | 0.45 |
| Hex | A8 | BF | 24 | C | 0 | 51 | 19 | 45 | 44 | 2D |
| Octal | 250 | 277 | 44 | 14 | 0 | 121 | 31 | 105 | 104 | 55 |
| Binary | 10101000 | 10111111 | 100100 | 1100 | 0 | 1010001 | 11001 | 1000101 | 1000100 | 101101 |
Color Harmonies of #A8BF24
Complementary color
Monochromatic Colors of #A8BF24
Black with #A8BF24
Text Example
Text Example
White with #A8BF24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BF24; }
p { color: rgb(168,191,36); }
H1.HeaderClassName
{
color: #A8BF24;
}
.AnyTagClassName
{
color: #A8BF24;
}
</style>
background-color css
<style>
a { background-color: #A8BF24; }
a { background-color: rgb(168,191,36); }
div.DivClassName
{
background-color: #A8BF24;
}
.BgClassName
{
background-color: #A8BF24;
}
</style>
border-color css
<style>
span { border-color: #A8BF24; }
span { border-color: rgb(168,191,36); }
td.TdClassName
{
border-color: #A8BF24;
}
.TagClassName
{
border-color: #A8BF24;
}
</style>