Shades of Bahia #A1C91E
Tints of Bahia #A1C91E
RGB
CMYK
RGB Variations
Color information
#A1C91E (or 0xA1C91E) is known color: Bahia. HEX triplet: A1, C9 and 1E. RGB value is (161,201,30). Sum of RGB (Red+Green+Blue) = 161+201+30=392 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.07% from 392); Green value is 201 (78.91% from 255 or 51.28% from 392); Blue value is 30 (12.11% from 255 or 7.65% from 392); Max value from RGB is 201 - color contains mainly: green. Hex color #A1C91E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1C91E is #5E36E1. Grayscale: #AAAAAA. Windows color (decimal): -6174434 or 2017697. OLE color: 2017697.
HSL color Cylindrical-coordinate representation of color #A1C91E: hue angle of 74.04º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A1C91E is Cyan = 0.20, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 161 | 201 | 30 | - |
| CMYK | 0.20 | 0 | 0.85 | 0.21 |
| HSL | 74.04º | 0.74% | 0.45% | - |
| HSV(B) | 74.04º | 0.85% | 0.79% | - |
| XYZ | 35.82 | 49.44 | 8.88 | - |
| YUV | 169.55 | 49.25 | 121.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 201 | 30 | 0.20 | 0 | 0.85 | 0.21 | 74.04 | 0.74 | 0.45 |
| Hex | A1 | C9 | 1E | 14 | 0 | 55 | 15 | 4A | 4A | 2D |
| Octal | 241 | 311 | 36 | 24 | 0 | 125 | 25 | 112 | 112 | 55 |
| Binary | 10100001 | 11001001 | 11110 | 10100 | 0 | 1010101 | 10101 | 1001010 | 1001010 | 101101 |
Color Harmonies of #A1C91E
Complementary color
Monochromatic Colors of #A1C91E
Black with #A1C91E
Text Example
Text Example
White with #A1C91E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C91E; }
p { color: rgb(161,201,30); }
H1.HeaderClassName
{
color: #A1C91E;
}
.AnyTagClassName
{
color: #A1C91E;
}
</style>
background-color css
<style>
a { background-color: #A1C91E; }
a { background-color: rgb(161,201,30); }
div.DivClassName
{
background-color: #A1C91E;
}
.BgClassName
{
background-color: #A1C91E;
}
</style>
border-color css
<style>
span { border-color: #A1C91E; }
span { border-color: rgb(161,201,30); }
td.TdClassName
{
border-color: #A1C91E;
}
.TagClassName
{
border-color: #A1C91E;
}
</style>