Shades of Bahia #A0B328
Tints of Bahia #A0B328
RGB
CMYK
RGB Variations
Color information
#A0B328 (or 0xA0B328) is known color: Bahia. HEX triplet: A0, B3 and 28. RGB value is (160,179,40). Sum of RGB (Red+Green+Blue) = 160+179+40=379 (50% of max value = 765). Red value is 160 (62.89% from 255 or 42.22% from 379); Green value is 179 (70.31% from 255 or 47.23% from 379); Blue value is 40 (16.02% from 255 or 10.55% from 379); Max value from RGB is 179 - color contains mainly: green. Hex color #A0B328 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0B328 is #5F4CD7. Grayscale: #9E9E9E. Windows color (decimal): -6245592 or 2667424. OLE color: 2667424.
HSL color Cylindrical-coordinate representation of color #A0B328: hue angle of 68.2º 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 #A0B328 is Cyan = 0.11, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 160 | 179 | 40 | - |
| CMYK | 0.11 | 0 | 0.78 | 0.30 |
| HSL | 68.2º | 0.63% | 0.43% | - |
| HSV(B) | 68.2º | 0.78% | 0.7% | - |
| XYZ | 31 | 39.87 | 8.07 | - |
| YUV | 157.47 | 61.71 | 129.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 179 | 40 | 0.11 | 0 | 0.78 | 0.30 | 68.2 | 0.63 | 0.43 |
| Hex | A0 | B3 | 28 | B | 0 | 4E | 1E | 44 | 3F | 2B |
| Octal | 240 | 263 | 50 | 13 | 0 | 116 | 36 | 104 | 77 | 53 |
| Binary | 10100000 | 10110011 | 101000 | 1011 | 0 | 1001110 | 11110 | 1000100 | 111111 | 101011 |
Color Harmonies of #A0B328
Complementary color
Monochromatic Colors of #A0B328
Black with #A0B328
Text Example
Text Example
White with #A0B328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B328; }
p { color: rgb(160,179,40); }
H1.HeaderClassName
{
color: #A0B328;
}
.AnyTagClassName
{
color: #A0B328;
}
</style>
background-color css
<style>
a { background-color: #A0B328; }
a { background-color: rgb(160,179,40); }
div.DivClassName
{
background-color: #A0B328;
}
.BgClassName
{
background-color: #A0B328;
}
</style>
border-color css
<style>
span { border-color: #A0B328; }
span { border-color: rgb(160,179,40); }
td.TdClassName
{
border-color: #A0B328;
}
.TagClassName
{
border-color: #A0B328;
}
</style>