Shades of Bahia #A0B828
Tints of Bahia #A0B828
RGB
CMYK
RGB Variations
Color information
#A0B828 (or 0xA0B828) is known color: Bahia. HEX triplet: A0, B8 and 28. RGB value is (160,184,40). Sum of RGB (Red+Green+Blue) = 160+184+40=384 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.67% from 384); Green value is 184 (72.27% from 255 or 47.92% from 384); Blue value is 40 (16.02% from 255 or 10.42% from 384); Max value from RGB is 184 - color contains mainly: green. Hex color #A0B828 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0B828 is #5F47D7. Grayscale: #A0A0A0. Windows color (decimal): -6244312 or 2668704. OLE color: 2668704.
HSL color Cylindrical-coordinate representation of color #A0B828: hue angle of 70º 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 #A0B828 is Cyan = 0.13, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 160 | 184 | 40 | - |
| CMYK | 0.13 | 0 | 0.78 | 0.28 |
| HSL | 70º | 0.64% | 0.44% | - |
| HSV(B) | 70º | 0.78% | 0.72% | - |
| XYZ | 32.02 | 41.91 | 8.41 | - |
| YUV | 160.41 | 60.05 | 127.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 184 | 40 | 0.13 | 0 | 0.78 | 0.28 | 70 | 0.64 | 0.44 |
| Hex | A0 | B8 | 28 | D | 0 | 4E | 1C | 46 | 40 | 2C |
| Octal | 240 | 270 | 50 | 15 | 0 | 116 | 34 | 106 | 100 | 54 |
| Binary | 10100000 | 10111000 | 101000 | 1101 | 0 | 1001110 | 11100 | 1000110 | 1000000 | 101100 |
Color Harmonies of #A0B828
Complementary color
Monochromatic Colors of #A0B828
Black with #A0B828
Text Example
Text Example
White with #A0B828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B828; }
p { color: rgb(160,184,40); }
H1.HeaderClassName
{
color: #A0B828;
}
.AnyTagClassName
{
color: #A0B828;
}
</style>
background-color css
<style>
a { background-color: #A0B828; }
a { background-color: rgb(160,184,40); }
div.DivClassName
{
background-color: #A0B828;
}
.BgClassName
{
background-color: #A0B828;
}
</style>
border-color css
<style>
span { border-color: #A0B828; }
span { border-color: rgb(160,184,40); }
td.TdClassName
{
border-color: #A0B828;
}
.TagClassName
{
border-color: #A0B828;
}
</style>