Shades of Bahia #A2C41B
Tints of Bahia #A2C41B
RGB
CMYK
RGB Variations
Color information
#A2C41B (or 0xA2C41B) is known color: Bahia. HEX triplet: A2, C4 and 1B. RGB value is (162,196,27). Sum of RGB (Red+Green+Blue) = 162+196+27=385 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.08% from 385); Green value is 196 (76.95% from 255 or 50.91% from 385); Blue value is 27 (10.94% from 255 or 7.01% from 385); Max value from RGB is 196 - color contains mainly: green. Hex color #A2C41B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2C41B is #5D3BE4. Grayscale: #A7A7A7. Windows color (decimal): -6110181 or 1819810. OLE color: 1819810.
HSL color Cylindrical-coordinate representation of color #A2C41B: hue angle of 72.07º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A2C41B is Cyan = 0.17, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 162 | 196 | 27 | - |
| CMYK | 0.17 | 0 | 0.86 | 0.23 |
| HSL | 72.07º | 0.76% | 0.44% | - |
| HSV(B) | 72.07º | 0.86% | 0.77% | - |
| XYZ | 34.84 | 47.24 | 8.32 | - |
| YUV | 166.57 | 49.24 | 124.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 196 | 27 | 0.17 | 0 | 0.86 | 0.23 | 72.07 | 0.76 | 0.44 |
| Hex | A2 | C4 | 1B | 11 | 0 | 56 | 17 | 48 | 4C | 2C |
| Octal | 242 | 304 | 33 | 21 | 0 | 126 | 27 | 110 | 114 | 54 |
| Binary | 10100010 | 11000100 | 11011 | 10001 | 0 | 1010110 | 10111 | 1001000 | 1001100 | 101100 |
Color Harmonies of #A2C41B
Complementary color
Monochromatic Colors of #A2C41B
Black with #A2C41B
Text Example
Text Example
White with #A2C41B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C41B; }
p { color: rgb(162,196,27); }
H1.HeaderClassName
{
color: #A2C41B;
}
.AnyTagClassName
{
color: #A2C41B;
}
</style>
background-color css
<style>
a { background-color: #A2C41B; }
a { background-color: rgb(162,196,27); }
div.DivClassName
{
background-color: #A2C41B;
}
.BgClassName
{
background-color: #A2C41B;
}
</style>
border-color css
<style>
span { border-color: #A2C41B; }
span { border-color: rgb(162,196,27); }
td.TdClassName
{
border-color: #A2C41B;
}
.TagClassName
{
border-color: #A2C41B;
}
</style>