Shades of Bahia #A2D11B
Tints of Bahia #A2D11B
RGB
CMYK
RGB Variations
Color information
#A2D11B (or 0xA2D11B) is known color: Bahia. HEX triplet: A2, D1 and 1B. RGB value is (162,209,27). Sum of RGB (Red+Green+Blue) = 162+209+27=398 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.70% from 398); Green value is 209 (82.03% from 255 or 52.51% from 398); Blue value is 27 (10.94% from 255 or 6.78% from 398); Max value from RGB is 209 - color contains mainly: green. Hex color #A2D11B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2D11B is #5D2EE4. Grayscale: #AEAEAE. Windows color (decimal): -6106853 or 1823138. OLE color: 1823138.
HSL color Cylindrical-coordinate representation of color #A2D11B: hue angle of 75.49º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A2D11B is Cyan = 0.22, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 162 | 209 | 27 | - |
| CMYK | 0.22 | 0 | 0.87 | 0.18 |
| HSL | 75.49º | 0.77% | 0.46% | - |
| HSV(B) | 75.49º | 0.87% | 0.82% | - |
| XYZ | 37.9 | 53.36 | 9.34 | - |
| YUV | 174.2 | 44.93 | 119.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 209 | 27 | 0.22 | 0 | 0.87 | 0.18 | 75.49 | 0.77 | 0.46 |
| Hex | A2 | D1 | 1B | 16 | 0 | 57 | 12 | 4B | 4D | 2E |
| Octal | 242 | 321 | 33 | 26 | 0 | 127 | 22 | 113 | 115 | 56 |
| Binary | 10100010 | 11010001 | 11011 | 10110 | 0 | 1010111 | 10010 | 1001011 | 1001101 | 101110 |
Color Harmonies of #A2D11B
Complementary color
Monochromatic Colors of #A2D11B
Black with #A2D11B
Text Example
Text Example
White with #A2D11B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D11B; }
p { color: rgb(162,209,27); }
H1.HeaderClassName
{
color: #A2D11B;
}
.AnyTagClassName
{
color: #A2D11B;
}
</style>
background-color css
<style>
a { background-color: #A2D11B; }
a { background-color: rgb(162,209,27); }
div.DivClassName
{
background-color: #A2D11B;
}
.BgClassName
{
background-color: #A2D11B;
}
</style>
border-color css
<style>
span { border-color: #A2D11B; }
span { border-color: rgb(162,209,27); }
td.TdClassName
{
border-color: #A2D11B;
}
.TagClassName
{
border-color: #A2D11B;
}
</style>