Shades of Bahia #A1BF1F
Tints of Bahia #A1BF1F
RGB
CMYK
RGB Variations
Color information
#A1BF1F (or 0xA1BF1F) is known color: Bahia. HEX triplet: A1, BF and 1F. RGB value is (161,191,31). Sum of RGB (Red+Green+Blue) = 161+191+31=383 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.04% from 383); Green value is 191 (75% from 255 or 49.87% from 383); Blue value is 31 (12.5% from 255 or 8.09% from 383); Max value from RGB is 191 - color contains mainly: green. Hex color #A1BF1F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1BF1F is #5E40E0. Grayscale: #A4A4A4. Windows color (decimal): -6176993 or 2080673. OLE color: 2080673.
HSL color Cylindrical-coordinate representation of color #A1BF1F: hue angle of 71.25º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A1BF1F is Cyan = 0.16, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 161 | 191 | 31 | - |
| CMYK | 0.16 | 0 | 0.84 | 0.25 |
| HSL | 71.25º | 0.72% | 0.44% | - |
| HSV(B) | 71.25º | 0.84% | 0.75% | - |
| XYZ | 33.58 | 44.94 | 8.2 | - |
| YUV | 163.79 | 53.06 | 126.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 191 | 31 | 0.16 | 0 | 0.84 | 0.25 | 71.25 | 0.72 | 0.44 |
| Hex | A1 | BF | 1F | 10 | 0 | 54 | 19 | 47 | 48 | 2C |
| Octal | 241 | 277 | 37 | 20 | 0 | 124 | 31 | 107 | 110 | 54 |
| Binary | 10100001 | 10111111 | 11111 | 10000 | 0 | 1010100 | 11001 | 1000111 | 1001000 | 101100 |
Color Harmonies of #A1BF1F
Complementary color
Monochromatic Colors of #A1BF1F
Black with #A1BF1F
Text Example
Text Example
White with #A1BF1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BF1F; }
p { color: rgb(161,191,31); }
H1.HeaderClassName
{
color: #A1BF1F;
}
.AnyTagClassName
{
color: #A1BF1F;
}
</style>
background-color css
<style>
a { background-color: #A1BF1F; }
a { background-color: rgb(161,191,31); }
div.DivClassName
{
background-color: #A1BF1F;
}
.BgClassName
{
background-color: #A1BF1F;
}
</style>
border-color css
<style>
span { border-color: #A1BF1F; }
span { border-color: rgb(161,191,31); }
td.TdClassName
{
border-color: #A1BF1F;
}
.TagClassName
{
border-color: #A1BF1F;
}
</style>