Shades of Bahia #A1BF1E
Tints of Bahia #A1BF1E
RGB
CMYK
RGB Variations
Color information
#A1BF1E (or 0xA1BF1E) is known color: Bahia. HEX triplet: A1, BF and 1E. RGB value is (161,191,30). Sum of RGB (Red+Green+Blue) = 161+191+30=382 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.15% from 382); Green value is 191 (75% from 255 or 50% from 382); Blue value is 30 (12.11% from 255 or 7.85% from 382); Max value from RGB is 191 - color contains mainly: green. Hex color #A1BF1E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1BF1E is #5E40E1. Grayscale: #A4A4A4. Windows color (decimal): -6176994 or 2015137. OLE color: 2015137.
HSL color Cylindrical-coordinate representation of color #A1BF1E: hue angle of 71.18º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A1BF1E is Cyan = 0.16, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 161 | 191 | 30 | - |
| CMYK | 0.16 | 0 | 0.84 | 0.25 |
| HSL | 71.18º | 0.73% | 0.43% | - |
| HSV(B) | 71.18º | 0.84% | 0.75% | - |
| XYZ | 33.56 | 44.93 | 8.13 | - |
| YUV | 163.68 | 52.56 | 126.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 191 | 30 | 0.16 | 0 | 0.84 | 0.25 | 71.18 | 0.73 | 0.43 |
| Hex | A1 | BF | 1E | 10 | 0 | 54 | 19 | 47 | 49 | 2B |
| Octal | 241 | 277 | 36 | 20 | 0 | 124 | 31 | 107 | 111 | 53 |
| Binary | 10100001 | 10111111 | 11110 | 10000 | 0 | 1010100 | 11001 | 1000111 | 1001001 | 101011 |
Color Harmonies of #A1BF1E
Complementary color
Monochromatic Colors of #A1BF1E
Black with #A1BF1E
Text Example
Text Example
White with #A1BF1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BF1E; }
p { color: rgb(161,191,30); }
H1.HeaderClassName
{
color: #A1BF1E;
}
.AnyTagClassName
{
color: #A1BF1E;
}
</style>
background-color css
<style>
a { background-color: #A1BF1E; }
a { background-color: rgb(161,191,30); }
div.DivClassName
{
background-color: #A1BF1E;
}
.BgClassName
{
background-color: #A1BF1E;
}
</style>
border-color css
<style>
span { border-color: #A1BF1E; }
span { border-color: rgb(161,191,30); }
td.TdClassName
{
border-color: #A1BF1E;
}
.TagClassName
{
border-color: #A1BF1E;
}
</style>