Shades of Bahia #A2B71C
Tints of Bahia #A2B71C
RGB
CMYK
RGB Variations
Color information
#A2B71C (or 0xA2B71C) is known color: Bahia. HEX triplet: A2, B7 and 1C. RGB value is (162,183,28). Sum of RGB (Red+Green+Blue) = 162+183+28=373 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.43% from 373); Green value is 183 (71.88% from 255 or 49.06% from 373); Blue value is 28 (11.33% from 255 or 7.51% from 373); Max value from RGB is 183 - color contains mainly: green. Hex color #A2B71C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2B71C is #5D48E3. Grayscale: #9F9F9F. Windows color (decimal): -6113508 or 1882018. OLE color: 1882018.
HSL color Cylindrical-coordinate representation of color #A2B71C: hue angle of 68.13º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A2B71C is Cyan = 0.11, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 162 | 183 | 28 | - |
| CMYK | 0.11 | 0 | 0.85 | 0.28 |
| HSL | 68.13º | 0.73% | 0.41% | - |
| HSV(B) | 68.13º | 0.85% | 0.72% | - |
| XYZ | 32.04 | 41.63 | 7.45 | - |
| YUV | 159.05 | 54.04 | 130.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 183 | 28 | 0.11 | 0 | 0.85 | 0.28 | 68.13 | 0.73 | 0.41 |
| Hex | A2 | B7 | 1C | B | 0 | 55 | 1C | 44 | 49 | 29 |
| Octal | 242 | 267 | 34 | 13 | 0 | 125 | 34 | 104 | 111 | 51 |
| Binary | 10100010 | 10110111 | 11100 | 1011 | 0 | 1010101 | 11100 | 1000100 | 1001001 | 101001 |
Color Harmonies of #A2B71C
Complementary color
Monochromatic Colors of #A2B71C
Black with #A2B71C
Text Example
Text Example
White with #A2B71C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B71C; }
p { color: rgb(162,183,28); }
H1.HeaderClassName
{
color: #A2B71C;
}
.AnyTagClassName
{
color: #A2B71C;
}
</style>
background-color css
<style>
a { background-color: #A2B71C; }
a { background-color: rgb(162,183,28); }
div.DivClassName
{
background-color: #A2B71C;
}
.BgClassName
{
background-color: #A2B71C;
}
</style>
border-color css
<style>
span { border-color: #A2B71C; }
span { border-color: rgb(162,183,28); }
td.TdClassName
{
border-color: #A2B71C;
}
.TagClassName
{
border-color: #A2B71C;
}
</style>