Shades of Bahia #A2B71A
Tints of Bahia #A2B71A
RGB
CMYK
RGB Variations
Color information
#A2B71A (or 0xA2B71A) is known color: Bahia. HEX triplet: A2, B7 and 1A. RGB value is (162,183,26). Sum of RGB (Red+Green+Blue) = 162+183+26=371 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.67% from 371); Green value is 183 (71.88% from 255 or 49.33% from 371); Blue value is 26 (10.55% from 255 or 7.01% from 371); Max value from RGB is 183 - color contains mainly: green. Hex color #A2B71A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2B71A is #5D48E5. Grayscale: #9F9F9F. Windows color (decimal): -6113510 or 1750946. OLE color: 1750946.
HSL color Cylindrical-coordinate representation of color #A2B71A: hue angle of 68.03º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A2B71A is Cyan = 0.11, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 162 | 183 | 26 | - |
| CMYK | 0.11 | 0 | 0.86 | 0.28 |
| HSL | 68.03º | 0.75% | 0.41% | - |
| HSV(B) | 68.03º | 0.86% | 0.72% | - |
| XYZ | 32.02 | 41.62 | 7.32 | - |
| YUV | 158.82 | 53.04 | 130.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 183 | 26 | 0.11 | 0 | 0.86 | 0.28 | 68.03 | 0.75 | 0.41 |
| Hex | A2 | B7 | 1A | B | 0 | 56 | 1C | 44 | 4B | 29 |
| Octal | 242 | 267 | 32 | 13 | 0 | 126 | 34 | 104 | 113 | 51 |
| Binary | 10100010 | 10110111 | 11010 | 1011 | 0 | 1010110 | 11100 | 1000100 | 1001011 | 101001 |
Color Harmonies of #A2B71A
Complementary color
Monochromatic Colors of #A2B71A
Black with #A2B71A
Text Example
Text Example
White with #A2B71A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B71A; }
p { color: rgb(162,183,26); }
H1.HeaderClassName
{
color: #A2B71A;
}
.AnyTagClassName
{
color: #A2B71A;
}
</style>
background-color css
<style>
a { background-color: #A2B71A; }
a { background-color: rgb(162,183,26); }
div.DivClassName
{
background-color: #A2B71A;
}
.BgClassName
{
background-color: #A2B71A;
}
</style>
border-color css
<style>
span { border-color: #A2B71A; }
span { border-color: rgb(162,183,26); }
td.TdClassName
{
border-color: #A2B71A;
}
.TagClassName
{
border-color: #A2B71A;
}
</style>