Shades of Bahia #A0B42B
Tints of Bahia #A0B42B
RGB
CMYK
RGB Variations
Color information
#A0B42B (or 0xA0B42B) is known color: Bahia. HEX triplet: A0, B4 and 2B. RGB value is (160,180,43). Sum of RGB (Red+Green+Blue) = 160+180+43=383 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.78% from 383); Green value is 180 (70.70% from 255 or 47.00% from 383); Blue value is 43 (17.19% from 255 or 11.23% from 383); Max value from RGB is 180 - color contains mainly: green. Hex color #A0B42B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0B42B is #5F4BD4. Grayscale: #9E9E9E. Windows color (decimal): -6245333 or 2864288. OLE color: 2864288.
HSL color Cylindrical-coordinate representation of color #A0B42B: hue angle of 68.76º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A0B42B is Cyan = 0.11, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 160 | 180 | 43 | - |
| CMYK | 0.11 | 0 | 0.76 | 0.29 |
| HSL | 68.76º | 0.61% | 0.44% | - |
| HSV(B) | 68.76º | 0.76% | 0.71% | - |
| XYZ | 31.25 | 40.29 | 8.42 | - |
| YUV | 158.4 | 62.87 | 129.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 180 | 43 | 0.11 | 0 | 0.76 | 0.29 | 68.76 | 0.61 | 0.44 |
| Hex | A0 | B4 | 2B | B | 0 | 4C | 1D | 45 | 3D | 2C |
| Octal | 240 | 264 | 53 | 13 | 0 | 114 | 35 | 105 | 75 | 54 |
| Binary | 10100000 | 10110100 | 101011 | 1011 | 0 | 1001100 | 11101 | 1000101 | 111101 | 101100 |
Color Harmonies of #A0B42B
Complementary color
Monochromatic Colors of #A0B42B
Black with #A0B42B
Text Example
Text Example
White with #A0B42B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B42B; }
p { color: rgb(160,180,43); }
H1.HeaderClassName
{
color: #A0B42B;
}
.AnyTagClassName
{
color: #A0B42B;
}
</style>
background-color css
<style>
a { background-color: #A0B42B; }
a { background-color: rgb(160,180,43); }
div.DivClassName
{
background-color: #A0B42B;
}
.BgClassName
{
background-color: #A0B42B;
}
</style>
border-color css
<style>
span { border-color: #A0B42B; }
span { border-color: rgb(160,180,43); }
td.TdClassName
{
border-color: #A0B42B;
}
.TagClassName
{
border-color: #A0B42B;
}
</style>