Shades of Bahia #A0B534
Tints of Bahia #A0B534
RGB
CMYK
RGB Variations
Color information
#A0B534 (or 0xA0B534) is known color: Bahia. HEX triplet: A0, B5 and 34. RGB value is (160,181,52). Sum of RGB (Red+Green+Blue) = 160+181+52=393 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.71% from 393); Green value is 181 (71.09% from 255 or 46.06% from 393); Blue value is 52 (20.70% from 255 or 13.23% from 393); Max value from RGB is 181 - color contains mainly: green. Hex color #A0B534 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0B534 is #5F4ACB. Grayscale: #A0A0A0. Windows color (decimal): -6245068 or 3454368. OLE color: 3454368.
HSL color Cylindrical-coordinate representation of color #A0B534: hue angle of 69.77º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A0B534 is Cyan = 0.12, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 160 | 181 | 52 | - |
| CMYK | 0.12 | 0 | 0.71 | 0.29 |
| HSL | 69.77º | 0.55% | 0.46% | - |
| HSV(B) | 69.77º | 0.71% | 0.71% | - |
| XYZ | 31.64 | 40.77 | 9.45 | - |
| YUV | 160.02 | 67.04 | 127.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 181 | 52 | 0.12 | 0 | 0.71 | 0.29 | 69.77 | 0.55 | 0.46 |
| Hex | A0 | B5 | 34 | C | 0 | 47 | 1D | 46 | 37 | 2E |
| Octal | 240 | 265 | 64 | 14 | 0 | 107 | 35 | 106 | 67 | 56 |
| Binary | 10100000 | 10110101 | 110100 | 1100 | 0 | 1000111 | 11101 | 1000110 | 110111 | 101110 |
Color Harmonies of #A0B534
Complementary color
Monochromatic Colors of #A0B534
Black with #A0B534
Text Example
Text Example
White with #A0B534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B534; }
p { color: rgb(160,181,52); }
H1.HeaderClassName
{
color: #A0B534;
}
.AnyTagClassName
{
color: #A0B534;
}
</style>
background-color css
<style>
a { background-color: #A0B534; }
a { background-color: rgb(160,181,52); }
div.DivClassName
{
background-color: #A0B534;
}
.BgClassName
{
background-color: #A0B534;
}
</style>
border-color css
<style>
span { border-color: #A0B534; }
span { border-color: rgb(160,181,52); }
td.TdClassName
{
border-color: #A0B534;
}
.TagClassName
{
border-color: #A0B534;
}
</style>