Shades of Bahia #A1C226
Tints of Bahia #A1C226
RGB
CMYK
RGB Variations
Color information
#A1C226 (or 0xA1C226) is known color: Bahia. HEX triplet: A1, C2 and 26. RGB value is (161,194,38). Sum of RGB (Red+Green+Blue) = 161+194+38=393 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.97% from 393); Green value is 194 (76.17% from 255 or 49.36% from 393); Blue value is 38 (15.23% from 255 or 9.67% from 393); Max value from RGB is 194 - color contains mainly: green. Hex color #A1C226 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1C226 is #5E3DD9. Grayscale: #A6A6A6. Windows color (decimal): -6176218 or 2540193. OLE color: 2540193.
HSL color Cylindrical-coordinate representation of color #A1C226: hue angle of 72.69º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A1C226 is Cyan = 0.17, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 161 | 194 | 38 | - |
| CMYK | 0.17 | 0 | 0.80 | 0.24 |
| HSL | 72.69º | 0.67% | 0.45% | - |
| HSV(B) | 72.69º | 0.8% | 0.76% | - |
| XYZ | 34.34 | 46.3 | 8.96 | - |
| YUV | 166.35 | 55.57 | 124.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 194 | 38 | 0.17 | 0 | 0.80 | 0.24 | 72.69 | 0.67 | 0.45 |
| Hex | A1 | C2 | 26 | 11 | 0 | 50 | 18 | 49 | 43 | 2D |
| Octal | 241 | 302 | 46 | 21 | 0 | 120 | 30 | 111 | 103 | 55 |
| Binary | 10100001 | 11000010 | 100110 | 10001 | 0 | 1010000 | 11000 | 1001001 | 1000011 | 101101 |
Color Harmonies of #A1C226
Complementary color
Monochromatic Colors of #A1C226
Black with #A1C226
Text Example
Text Example
White with #A1C226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C226; }
p { color: rgb(161,194,38); }
H1.HeaderClassName
{
color: #A1C226;
}
.AnyTagClassName
{
color: #A1C226;
}
</style>
background-color css
<style>
a { background-color: #A1C226; }
a { background-color: rgb(161,194,38); }
div.DivClassName
{
background-color: #A1C226;
}
.BgClassName
{
background-color: #A1C226;
}
</style>
border-color css
<style>
span { border-color: #A1C226; }
span { border-color: rgb(161,194,38); }
td.TdClassName
{
border-color: #A1C226;
}
.TagClassName
{
border-color: #A1C226;
}
</style>