Shades of Bahia #ABBA24
Tints of Bahia #ABBA24
RGB
CMYK
RGB Variations
Color information
#ABBA24 (or 0xABBA24) is known color: Bahia. HEX triplet: AB, BA and 24. RGB value is (171,186,36). Sum of RGB (Red+Green+Blue) = 171+186+36=393 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.51% from 393); Green value is 186 (73.05% from 255 or 47.33% from 393); Blue value is 36 (14.45% from 255 or 9.16% from 393); Max value from RGB is 186 - color contains mainly: green. Hex color #ABBA24 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABBA24 is #5445DB. Grayscale: #A5A5A5. Windows color (decimal): -5522908 or 2407083. OLE color: 2407083.
HSL color Cylindrical-coordinate representation of color #ABBA24: hue angle of 66º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #ABBA24 is Cyan = 0.08, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 171 | 186 | 36 | - |
| CMYK | 0.08 | 0 | 0.81 | 0.27 |
| HSL | 66º | 0.68% | 0.44% | - |
| HSV(B) | 66º | 0.81% | 0.73% | - |
| XYZ | 34.67 | 43.9 | 8.32 | - |
| YUV | 164.42 | 55.53 | 132.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 186 | 36 | 0.08 | 0 | 0.81 | 0.27 | 66 | 0.68 | 0.44 |
| Hex | AB | BA | 24 | 8 | 0 | 51 | 1B | 42 | 44 | 2C |
| Octal | 253 | 272 | 44 | 10 | 0 | 121 | 33 | 102 | 104 | 54 |
| Binary | 10101011 | 10111010 | 100100 | 1000 | 0 | 1010001 | 11011 | 1000010 | 1000100 | 101100 |
Color Harmonies of #ABBA24
Complementary color
Monochromatic Colors of #ABBA24
Black with #ABBA24
Text Example
Text Example
White with #ABBA24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBA24; }
p { color: rgb(171,186,36); }
H1.HeaderClassName
{
color: #ABBA24;
}
.AnyTagClassName
{
color: #ABBA24;
}
</style>
background-color css
<style>
a { background-color: #ABBA24; }
a { background-color: rgb(171,186,36); }
div.DivClassName
{
background-color: #ABBA24;
}
.BgClassName
{
background-color: #ABBA24;
}
</style>
border-color css
<style>
span { border-color: #ABBA24; }
span { border-color: rgb(171,186,36); }
td.TdClassName
{
border-color: #ABBA24;
}
.TagClassName
{
border-color: #ABBA24;
}
</style>