Shades of Bahia #A0B11B
Tints of Bahia #A0B11B
RGB
CMYK
RGB Variations
Color information
#A0B11B (or 0xA0B11B) is known color: Bahia. HEX triplet: A0, B1 and 1B. RGB value is (160,177,27). Sum of RGB (Red+Green+Blue) = 160+177+27=364 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.96% from 364); Green value is 177 (69.53% from 255 or 48.63% from 364); Blue value is 27 (10.94% from 255 or 7.42% from 364); Max value from RGB is 177 - color contains mainly: green. Hex color #A0B11B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0B11B is #5F4EE4. Grayscale: #9B9B9B. Windows color (decimal): -6246117 or 1814944. OLE color: 1814944.
HSL color Cylindrical-coordinate representation of color #A0B11B: hue angle of 66.8º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A0B11B is Cyan = 0.10, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 160 | 177 | 27 | - |
| CMYK | 0.10 | 0 | 0.85 | 0.31 |
| HSL | 66.8º | 0.74% | 0.4% | - |
| HSV(B) | 66.8º | 0.85% | 0.69% | - |
| XYZ | 30.42 | 39 | 6.96 | - |
| YUV | 154.82 | 55.87 | 131.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 177 | 27 | 0.10 | 0 | 0.85 | 0.31 | 66.8 | 0.74 | 0.4 |
| Hex | A0 | B1 | 1B | A | 0 | 55 | 1F | 43 | 4A | 28 |
| Octal | 240 | 261 | 33 | 12 | 0 | 125 | 37 | 103 | 112 | 50 |
| Binary | 10100000 | 10110001 | 11011 | 1010 | 0 | 1010101 | 11111 | 1000011 | 1001010 | 101000 |
Color Harmonies of #A0B11B
Complementary color
Monochromatic Colors of #A0B11B
Black with #A0B11B
Text Example
Text Example
White with #A0B11B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B11B; }
p { color: rgb(160,177,27); }
H1.HeaderClassName
{
color: #A0B11B;
}
.AnyTagClassName
{
color: #A0B11B;
}
</style>
background-color css
<style>
a { background-color: #A0B11B; }
a { background-color: rgb(160,177,27); }
div.DivClassName
{
background-color: #A0B11B;
}
.BgClassName
{
background-color: #A0B11B;
}
</style>
border-color css
<style>
span { border-color: #A0B11B; }
span { border-color: rgb(160,177,27); }
td.TdClassName
{
border-color: #A0B11B;
}
.TagClassName
{
border-color: #A0B11B;
}
</style>