Shades of Bahia #A1B71D
Tints of Bahia #A1B71D
RGB
CMYK
RGB Variations
Color information
#A1B71D (or 0xA1B71D) is known color: Bahia. HEX triplet: A1, B7 and 1D. RGB value is (161,183,29). Sum of RGB (Red+Green+Blue) = 161+183+29=373 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.16% from 373); Green value is 183 (71.88% from 255 or 49.06% from 373); Blue value is 29 (11.72% from 255 or 7.77% from 373); Max value from RGB is 183 - color contains mainly: green. Hex color #A1B71D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1B71D is #5E48E2. Grayscale: #9F9F9F. Windows color (decimal): -6179043 or 1947553. OLE color: 1947553.
HSL color Cylindrical-coordinate representation of color #A1B71D: hue angle of 68.57º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A1B71D is Cyan = 0.12, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 161 | 183 | 29 | - |
| CMYK | 0.12 | 0 | 0.84 | 0.28 |
| HSL | 68.57º | 0.73% | 0.42% | - |
| HSV(B) | 68.57º | 0.84% | 0.72% | - |
| XYZ | 31.85 | 41.53 | 7.5 | - |
| YUV | 158.87 | 54.71 | 129.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 183 | 29 | 0.12 | 0 | 0.84 | 0.28 | 68.57 | 0.73 | 0.42 |
| Hex | A1 | B7 | 1D | C | 0 | 54 | 1C | 45 | 49 | 2A |
| Octal | 241 | 267 | 35 | 14 | 0 | 124 | 34 | 105 | 111 | 52 |
| Binary | 10100001 | 10110111 | 11101 | 1100 | 0 | 1010100 | 11100 | 1000101 | 1001001 | 101010 |
Color Harmonies of #A1B71D
Complementary color
Monochromatic Colors of #A1B71D
Black with #A1B71D
Text Example
Text Example
White with #A1B71D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1B71D; }
p { color: rgb(161,183,29); }
H1.HeaderClassName
{
color: #A1B71D;
}
.AnyTagClassName
{
color: #A1B71D;
}
</style>
background-color css
<style>
a { background-color: #A1B71D; }
a { background-color: rgb(161,183,29); }
div.DivClassName
{
background-color: #A1B71D;
}
.BgClassName
{
background-color: #A1B71D;
}
</style>
border-color css
<style>
span { border-color: #A1B71D; }
span { border-color: rgb(161,183,29); }
td.TdClassName
{
border-color: #A1B71D;
}
.TagClassName
{
border-color: #A1B71D;
}
</style>