Shades of Bahia #ABB828
Tints of Bahia #ABB828
RGB
CMYK
RGB Variations
Color information
#ABB828 (or 0xABB828) is known color: Bahia. HEX triplet: AB, B8 and 28. RGB value is (171,184,40). Sum of RGB (Red+Green+Blue) = 171+184+40=395 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.29% from 395); Green value is 184 (72.27% from 255 or 46.58% from 395); Blue value is 40 (16.02% from 255 or 10.13% from 395); Max value from RGB is 184 - color contains mainly: green. Hex color #ABB828 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABB828 is #5447D7. Grayscale: #A4A4A4. Windows color (decimal): -5523416 or 2668715. OLE color: 2668715.
HSL color Cylindrical-coordinate representation of color #ABB828: hue angle of 65.42º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ABB828 is Cyan = 0.07, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 171 | 184 | 40 | - |
| CMYK | 0.07 | 0 | 0.78 | 0.28 |
| HSL | 65.42º | 0.64% | 0.44% | - |
| HSV(B) | 65.42º | 0.78% | 0.72% | - |
| XYZ | 34.32 | 43.09 | 8.52 | - |
| YUV | 163.7 | 58.19 | 133.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 184 | 40 | 0.07 | 0 | 0.78 | 0.28 | 65.42 | 0.64 | 0.44 |
| Hex | AB | B8 | 28 | 7 | 0 | 4E | 1C | 41 | 40 | 2C |
| Octal | 253 | 270 | 50 | 7 | 0 | 116 | 34 | 101 | 100 | 54 |
| Binary | 10101011 | 10111000 | 101000 | 111 | 0 | 1001110 | 11100 | 1000001 | 1000000 | 101100 |
Color Harmonies of #ABB828
Complementary color
Monochromatic Colors of #ABB828
Black with #ABB828
Text Example
Text Example
White with #ABB828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB828; }
p { color: rgb(171,184,40); }
H1.HeaderClassName
{
color: #ABB828;
}
.AnyTagClassName
{
color: #ABB828;
}
</style>
background-color css
<style>
a { background-color: #ABB828; }
a { background-color: rgb(171,184,40); }
div.DivClassName
{
background-color: #ABB828;
}
.BgClassName
{
background-color: #ABB828;
}
</style>
border-color css
<style>
span { border-color: #ABB828; }
span { border-color: rgb(171,184,40); }
td.TdClassName
{
border-color: #ABB828;
}
.TagClassName
{
border-color: #ABB828;
}
</style>