Shades of Bahia #ABBC24
Tints of Bahia #ABBC24
RGB
CMYK
RGB Variations
Color information
#ABBC24 (or 0xABBC24) is known color: Bahia. HEX triplet: AB, BC and 24. RGB value is (171,188,36). Sum of RGB (Red+Green+Blue) = 171+188+36=395 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.29% from 395); Green value is 188 (73.83% from 255 or 47.59% from 395); Blue value is 36 (14.45% from 255 or 9.11% from 395); Max value from RGB is 188 - color contains mainly: green. Hex color #ABBC24 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABBC24 is #5443DB. Grayscale: #A6A6A6. Windows color (decimal): -5522396 or 2407595. OLE color: 2407595.
HSL color Cylindrical-coordinate representation of color #ABBC24: hue angle of 66.71º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #ABBC24 is Cyan = 0.09, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 171 | 188 | 36 | - |
| CMYK | 0.09 | 0 | 0.81 | 0.26 |
| HSL | 66.71º | 0.68% | 0.44% | - |
| HSV(B) | 66.71º | 0.81% | 0.74% | - |
| XYZ | 35.1 | 44.75 | 8.46 | - |
| YUV | 165.59 | 54.87 | 131.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 188 | 36 | 0.09 | 0 | 0.81 | 0.26 | 66.71 | 0.68 | 0.44 |
| Hex | AB | BC | 24 | 9 | 0 | 51 | 1A | 43 | 44 | 2C |
| Octal | 253 | 274 | 44 | 11 | 0 | 121 | 32 | 103 | 104 | 54 |
| Binary | 10101011 | 10111100 | 100100 | 1001 | 0 | 1010001 | 11010 | 1000011 | 1000100 | 101100 |
Color Harmonies of #ABBC24
Complementary color
Monochromatic Colors of #ABBC24
Black with #ABBC24
Text Example
Text Example
White with #ABBC24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBC24; }
p { color: rgb(171,188,36); }
H1.HeaderClassName
{
color: #ABBC24;
}
.AnyTagClassName
{
color: #ABBC24;
}
</style>
background-color css
<style>
a { background-color: #ABBC24; }
a { background-color: rgb(171,188,36); }
div.DivClassName
{
background-color: #ABBC24;
}
.BgClassName
{
background-color: #ABBC24;
}
</style>
border-color css
<style>
span { border-color: #ABBC24; }
span { border-color: rgb(171,188,36); }
td.TdClassName
{
border-color: #ABBC24;
}
.TagClassName
{
border-color: #ABBC24;
}
</style>