Shades of Bahia #ABB224
Tints of Bahia #ABB224
RGB
CMYK
RGB Variations
Color information
#ABB224 (or 0xABB224) is known color: Bahia. HEX triplet: AB, B2 and 24. RGB value is (171,178,36). Sum of RGB (Red+Green+Blue) = 171+178+36=385 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.42% from 385); Green value is 178 (69.92% from 255 or 46.23% from 385); Blue value is 36 (14.45% from 255 or 9.35% from 385); Max value from RGB is 178 - color contains mainly: green. Hex color #ABB224 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABB224 is #544DDB. Grayscale: #A0A0A0. Windows color (decimal): -5524956 or 2405035. OLE color: 2405035.
HSL color Cylindrical-coordinate representation of color #ABB224: hue angle of 62.96º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ABB224 is Cyan = 0.04, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 171 | 178 | 36 | - |
| CMYK | 0.04 | 0 | 0.80 | 0.30 |
| HSL | 62.96º | 0.66% | 0.42% | - |
| HSV(B) | 62.96º | 0.8% | 0.7% | - |
| XYZ | 33.03 | 40.63 | 7.77 | - |
| YUV | 159.72 | 58.18 | 136.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 178 | 36 | 0.04 | 0 | 0.80 | 0.30 | 62.96 | 0.66 | 0.42 |
| Hex | AB | B2 | 24 | 4 | 0 | 50 | 1E | 3F | 42 | 2A |
| Octal | 253 | 262 | 44 | 4 | 0 | 120 | 36 | 77 | 102 | 52 |
| Binary | 10101011 | 10110010 | 100100 | 100 | 0 | 1010000 | 11110 | 111111 | 1000010 | 101010 |
Color Harmonies of #ABB224
Complementary color
Monochromatic Colors of #ABB224
Black with #ABB224
Text Example
Text Example
White with #ABB224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB224; }
p { color: rgb(171,178,36); }
H1.HeaderClassName
{
color: #ABB224;
}
.AnyTagClassName
{
color: #ABB224;
}
</style>
background-color css
<style>
a { background-color: #ABB224; }
a { background-color: rgb(171,178,36); }
div.DivClassName
{
background-color: #ABB224;
}
.BgClassName
{
background-color: #ABB224;
}
</style>
border-color css
<style>
span { border-color: #ABB224; }
span { border-color: rgb(171,178,36); }
td.TdClassName
{
border-color: #ABB224;
}
.TagClassName
{
border-color: #ABB224;
}
</style>