Shades of Bahia #A1C128
Tints of Bahia #A1C128
RGB
CMYK
RGB Variations
Color information
#A1C128 (or 0xA1C128) is known color: Bahia. HEX triplet: A1, C1 and 28. RGB value is (161,193,40). Sum of RGB (Red+Green+Blue) = 161+193+40=394 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.86% from 394); Green value is 193 (75.78% from 255 or 48.98% from 394); Blue value is 40 (16.02% from 255 or 10.15% from 394); Max value from RGB is 193 - color contains mainly: green. Hex color #A1C128 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1C128 is #5E3ED7. Grayscale: #A6A6A6. Windows color (decimal): -6176472 or 2671009. OLE color: 2671009.
HSL color Cylindrical-coordinate representation of color #A1C128: hue angle of 72.55º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A1C128 is Cyan = 0.17, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 161 | 193 | 40 | - |
| CMYK | 0.17 | 0 | 0.79 | 0.24 |
| HSL | 72.55º | 0.66% | 0.46% | - |
| HSV(B) | 72.55º | 0.79% | 0.76% | - |
| XYZ | 34.15 | 45.87 | 9.06 | - |
| YUV | 165.99 | 56.9 | 124.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 193 | 40 | 0.17 | 0 | 0.79 | 0.24 | 72.55 | 0.66 | 0.46 |
| Hex | A1 | C1 | 28 | 11 | 0 | 4F | 18 | 49 | 42 | 2E |
| Octal | 241 | 301 | 50 | 21 | 0 | 117 | 30 | 111 | 102 | 56 |
| Binary | 10100001 | 11000001 | 101000 | 10001 | 0 | 1001111 | 11000 | 1001001 | 1000010 | 101110 |
Color Harmonies of #A1C128
Complementary color
Monochromatic Colors of #A1C128
Black with #A1C128
Text Example
Text Example
White with #A1C128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C128; }
p { color: rgb(161,193,40); }
H1.HeaderClassName
{
color: #A1C128;
}
.AnyTagClassName
{
color: #A1C128;
}
</style>
background-color css
<style>
a { background-color: #A1C128; }
a { background-color: rgb(161,193,40); }
div.DivClassName
{
background-color: #A1C128;
}
.BgClassName
{
background-color: #A1C128;
}
</style>
border-color css
<style>
span { border-color: #A1C128; }
span { border-color: rgb(161,193,40); }
td.TdClassName
{
border-color: #A1C128;
}
.TagClassName
{
border-color: #A1C128;
}
</style>