Shades of Bahia #A1C91F
Tints of Bahia #A1C91F
RGB
CMYK
RGB Variations
Color information
#A1C91F (or 0xA1C91F) is known color: Bahia. HEX triplet: A1, C9 and 1F. RGB value is (161,201,31). Sum of RGB (Red+Green+Blue) = 161+201+31=393 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.97% from 393); Green value is 201 (78.91% from 255 or 51.15% from 393); Blue value is 31 (12.5% from 255 or 7.89% from 393); Max value from RGB is 201 - color contains mainly: green. Hex color #A1C91F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1C91F is #5E36E0. Grayscale: #AAAAAA. Windows color (decimal): -6174433 or 2083233. OLE color: 2083233.
HSL color Cylindrical-coordinate representation of color #A1C91F: hue angle of 74.12º degrees, saturation: 0.73, 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 #A1C91F is Cyan = 0.20, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 161 | 201 | 31 | - |
| CMYK | 0.20 | 0 | 0.85 | 0.21 |
| HSL | 74.12º | 0.73% | 0.45% | - |
| HSV(B) | 74.12º | 0.85% | 0.79% | - |
| XYZ | 35.83 | 49.45 | 8.95 | - |
| YUV | 169.66 | 49.75 | 121.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 201 | 31 | 0.20 | 0 | 0.85 | 0.21 | 74.12 | 0.73 | 0.45 |
| Hex | A1 | C9 | 1F | 14 | 0 | 55 | 15 | 4A | 49 | 2D |
| Octal | 241 | 311 | 37 | 24 | 0 | 125 | 25 | 112 | 111 | 55 |
| Binary | 10100001 | 11001001 | 11111 | 10100 | 0 | 1010101 | 10101 | 1001010 | 1001001 | 101101 |
Color Harmonies of #A1C91F
Complementary color
Monochromatic Colors of #A1C91F
Black with #A1C91F
Text Example
Text Example
White with #A1C91F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C91F; }
p { color: rgb(161,201,31); }
H1.HeaderClassName
{
color: #A1C91F;
}
.AnyTagClassName
{
color: #A1C91F;
}
</style>
background-color css
<style>
a { background-color: #A1C91F; }
a { background-color: rgb(161,201,31); }
div.DivClassName
{
background-color: #A1C91F;
}
.BgClassName
{
background-color: #A1C91F;
}
</style>
border-color css
<style>
span { border-color: #A1C91F; }
span { border-color: rgb(161,201,31); }
td.TdClassName
{
border-color: #A1C91F;
}
.TagClassName
{
border-color: #A1C91F;
}
</style>