Shades of Bahia #A2B61E
Tints of Bahia #A2B61E
RGB
CMYK
RGB Variations
Color information
#A2B61E (or 0xA2B61E) is known color: Bahia. HEX triplet: A2, B6 and 1E. RGB value is (162,182,30). Sum of RGB (Red+Green+Blue) = 162+182+30=374 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.32% from 374); Green value is 182 (71.48% from 255 or 48.66% from 374); Blue value is 30 (12.11% from 255 or 8.02% from 374); Max value from RGB is 182 - color contains mainly: green. Hex color #A2B61E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2B61E is #5D49E1. Grayscale: #9F9F9F. Windows color (decimal): -6113762 or 2012834. OLE color: 2012834.
HSL color Cylindrical-coordinate representation of color #A2B61E: hue angle of 67.89º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A2B61E is Cyan = 0.11, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 162 | 182 | 30 | - |
| CMYK | 0.11 | 0 | 0.84 | 0.29 |
| HSL | 67.89º | 0.72% | 0.42% | - |
| HSV(B) | 67.89º | 0.84% | 0.71% | - |
| XYZ | 31.86 | 41.23 | 7.51 | - |
| YUV | 158.69 | 55.37 | 130.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 182 | 30 | 0.11 | 0 | 0.84 | 0.29 | 67.89 | 0.72 | 0.42 |
| Hex | A2 | B6 | 1E | B | 0 | 54 | 1D | 44 | 48 | 2A |
| Octal | 242 | 266 | 36 | 13 | 0 | 124 | 35 | 104 | 110 | 52 |
| Binary | 10100010 | 10110110 | 11110 | 1011 | 0 | 1010100 | 11101 | 1000100 | 1001000 | 101010 |
Color Harmonies of #A2B61E
Complementary color
Monochromatic Colors of #A2B61E
Black with #A2B61E
Text Example
Text Example
White with #A2B61E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B61E; }
p { color: rgb(162,182,30); }
H1.HeaderClassName
{
color: #A2B61E;
}
.AnyTagClassName
{
color: #A2B61E;
}
</style>
background-color css
<style>
a { background-color: #A2B61E; }
a { background-color: rgb(162,182,30); }
div.DivClassName
{
background-color: #A2B61E;
}
.BgClassName
{
background-color: #A2B61E;
}
</style>
border-color css
<style>
span { border-color: #A2B61E; }
span { border-color: rgb(162,182,30); }
td.TdClassName
{
border-color: #A2B61E;
}
.TagClassName
{
border-color: #A2B61E;
}
</style>