Shades of Bahia #A1C41B
Tints of Bahia #A1C41B
RGB
CMYK
RGB Variations
Color information
#A1C41B (or 0xA1C41B) is known color: Bahia. HEX triplet: A1, C4 and 1B. RGB value is (161,196,27). Sum of RGB (Red+Green+Blue) = 161+196+27=384 (50% of max value = 765). Red value is 161 (63.28% from 255 or 41.93% from 384); Green value is 196 (76.95% from 255 or 51.04% from 384); Blue value is 27 (10.94% from 255 or 7.03% from 384); Max value from RGB is 196 - color contains mainly: green. Hex color #A1C41B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1C41B is #5E3BE4. Grayscale: #A6A6A6. Windows color (decimal): -6175717 or 1819809. OLE color: 1819809.
HSL color Cylindrical-coordinate representation of color #A1C41B: hue angle of 72.43º 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 #A1C41B is Cyan = 0.18, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 161 | 196 | 27 | - |
| CMYK | 0.18 | 0 | 0.86 | 0.23 |
| HSL | 72.43º | 0.76% | 0.44% | - |
| HSV(B) | 72.43º | 0.86% | 0.77% | - |
| XYZ | 34.64 | 47.14 | 8.31 | - |
| YUV | 166.27 | 49.4 | 124.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 196 | 27 | 0.18 | 0 | 0.86 | 0.23 | 72.43 | 0.76 | 0.44 |
| Hex | A1 | C4 | 1B | 12 | 0 | 56 | 17 | 48 | 4C | 2C |
| Octal | 241 | 304 | 33 | 22 | 0 | 126 | 27 | 110 | 114 | 54 |
| Binary | 10100001 | 11000100 | 11011 | 10010 | 0 | 1010110 | 10111 | 1001000 | 1001100 | 101100 |
Color Harmonies of #A1C41B
Complementary color
Monochromatic Colors of #A1C41B
Black with #A1C41B
Text Example
Text Example
White with #A1C41B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C41B; }
p { color: rgb(161,196,27); }
H1.HeaderClassName
{
color: #A1C41B;
}
.AnyTagClassName
{
color: #A1C41B;
}
</style>
background-color css
<style>
a { background-color: #A1C41B; }
a { background-color: rgb(161,196,27); }
div.DivClassName
{
background-color: #A1C41B;
}
.BgClassName
{
background-color: #A1C41B;
}
</style>
border-color css
<style>
span { border-color: #A1C41B; }
span { border-color: rgb(161,196,27); }
td.TdClassName
{
border-color: #A1C41B;
}
.TagClassName
{
border-color: #A1C41B;
}
</style>