Shades of Bahia #ABB228
Tints of Bahia #ABB228
RGB
CMYK
RGB Variations
Color information
#ABB228 (or 0xABB228) is known color: Bahia. HEX triplet: AB, B2 and 28. RGB value is (171,178,40). Sum of RGB (Red+Green+Blue) = 171+178+40=389 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.96% from 389); Green value is 178 (69.92% from 255 or 45.76% from 389); Blue value is 40 (16.02% from 255 or 10.28% from 389); Max value from RGB is 178 - color contains mainly: green. Hex color #ABB228 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABB228 is #544DD7. Grayscale: #A0A0A0. Windows color (decimal): -5524952 or 2667179. OLE color: 2667179.
HSL color Cylindrical-coordinate representation of color #ABB228: hue angle of 63.04º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ABB228 is Cyan = 0.04, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 171 | 178 | 40 | - |
| CMYK | 0.04 | 0 | 0.78 | 0.30 |
| HSL | 63.04º | 0.63% | 0.43% | - |
| HSV(B) | 63.04º | 0.78% | 0.7% | - |
| XYZ | 33.1 | 40.65 | 8.11 | - |
| YUV | 160.18 | 60.18 | 135.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 178 | 40 | 0.04 | 0 | 0.78 | 0.30 | 63.04 | 0.63 | 0.43 |
| Hex | AB | B2 | 28 | 4 | 0 | 4E | 1E | 3F | 3F | 2B |
| Octal | 253 | 262 | 50 | 4 | 0 | 116 | 36 | 77 | 77 | 53 |
| Binary | 10101011 | 10110010 | 101000 | 100 | 0 | 1001110 | 11110 | 111111 | 111111 | 101011 |
Color Harmonies of #ABB228
Complementary color
Monochromatic Colors of #ABB228
Black with #ABB228
Text Example
Text Example
White with #ABB228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB228; }
p { color: rgb(171,178,40); }
H1.HeaderClassName
{
color: #ABB228;
}
.AnyTagClassName
{
color: #ABB228;
}
</style>
background-color css
<style>
a { background-color: #ABB228; }
a { background-color: rgb(171,178,40); }
div.DivClassName
{
background-color: #ABB228;
}
.BgClassName
{
background-color: #ABB228;
}
</style>
border-color css
<style>
span { border-color: #ABB228; }
span { border-color: rgb(171,178,40); }
td.TdClassName
{
border-color: #ABB228;
}
.TagClassName
{
border-color: #ABB228;
}
</style>