Shades of Bahia #A0B11D
Tints of Bahia #A0B11D
RGB
CMYK
RGB Variations
Color information
#A0B11D (or 0xA0B11D) is known color: Bahia. HEX triplet: A0, B1 and 1D. RGB value is (160,177,29). Sum of RGB (Red+Green+Blue) = 160+177+29=366 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.72% from 366); Green value is 177 (69.53% from 255 or 48.36% from 366); Blue value is 29 (11.72% from 255 or 7.92% from 366); Max value from RGB is 177 - color contains mainly: green. Hex color #A0B11D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0B11D is #5F4EE2. Grayscale: #9B9B9B. Windows color (decimal): -6246115 or 1946016. OLE color: 1946016.
HSL color Cylindrical-coordinate representation of color #A0B11D: hue angle of 66.89º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A0B11D is Cyan = 0.10, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 160 | 177 | 29 | - |
| CMYK | 0.10 | 0 | 0.84 | 0.31 |
| HSL | 66.89º | 0.72% | 0.4% | - |
| HSV(B) | 66.89º | 0.84% | 0.69% | - |
| XYZ | 30.44 | 39.01 | 7.09 | - |
| YUV | 155.05 | 56.87 | 131.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 177 | 29 | 0.10 | 0 | 0.84 | 0.31 | 66.89 | 0.72 | 0.4 |
| Hex | A0 | B1 | 1D | A | 0 | 54 | 1F | 43 | 48 | 28 |
| Octal | 240 | 261 | 35 | 12 | 0 | 124 | 37 | 103 | 110 | 50 |
| Binary | 10100000 | 10110001 | 11101 | 1010 | 0 | 1010100 | 11111 | 1000011 | 1001000 | 101000 |
Color Harmonies of #A0B11D
Complementary color
Monochromatic Colors of #A0B11D
Black with #A0B11D
Text Example
Text Example
White with #A0B11D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B11D; }
p { color: rgb(160,177,29); }
H1.HeaderClassName
{
color: #A0B11D;
}
.AnyTagClassName
{
color: #A0B11D;
}
</style>
background-color css
<style>
a { background-color: #A0B11D; }
a { background-color: rgb(160,177,29); }
div.DivClassName
{
background-color: #A0B11D;
}
.BgClassName
{
background-color: #A0B11D;
}
</style>
border-color css
<style>
span { border-color: #A0B11D; }
span { border-color: rgb(160,177,29); }
td.TdClassName
{
border-color: #A0B11D;
}
.TagClassName
{
border-color: #A0B11D;
}
</style>