Shades of Bahia #ABB911
Tints of Bahia #ABB911
RGB
CMYK
RGB Variations
Color information
#ABB911 (or 0xABB911) is known color: Bahia. HEX triplet: AB, B9 and 11. RGB value is (171,185,17). Sum of RGB (Red+Green+Blue) = 171+185+17=373 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.84% from 373); Green value is 185 (72.66% from 255 or 49.60% from 373); Blue value is 17 (7.03% from 255 or 4.56% from 373); Max value from RGB is 185 - color contains mainly: green. Hex color #ABB911 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABB911 is #5446EE. Grayscale: #A2A2A2. Windows color (decimal): -5523183 or 1161643. OLE color: 1161643.
HSL color Cylindrical-coordinate representation of color #ABB911: hue angle of 65º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ABB911 is Cyan = 0.08, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 171 | 185 | 17 | - |
| CMYK | 0.08 | 0 | 0.91 | 0.27 |
| HSL | 65º | 0.83% | 0.4% | - |
| HSV(B) | 65º | 0.91% | 0.73% | - |
| XYZ | 34.24 | 43.4 | 7.1 | - |
| YUV | 161.66 | 46.36 | 134.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 185 | 17 | 0.08 | 0 | 0.91 | 0.27 | 65 | 0.83 | 0.4 |
| Hex | AB | B9 | 11 | 8 | 0 | 5B | 1B | 41 | 53 | 28 |
| Octal | 253 | 271 | 21 | 10 | 0 | 133 | 33 | 101 | 123 | 50 |
| Binary | 10101011 | 10111001 | 10001 | 1000 | 0 | 1011011 | 11011 | 1000001 | 1010011 | 101000 |
Color Harmonies of #ABB911
Complementary color
Monochromatic Colors of #ABB911
Black with #ABB911
Text Example
Text Example
White with #ABB911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB911; }
p { color: rgb(171,185,17); }
H1.HeaderClassName
{
color: #ABB911;
}
.AnyTagClassName
{
color: #ABB911;
}
</style>
background-color css
<style>
a { background-color: #ABB911; }
a { background-color: rgb(171,185,17); }
div.DivClassName
{
background-color: #ABB911;
}
.BgClassName
{
background-color: #ABB911;
}
</style>
border-color css
<style>
span { border-color: #ABB911; }
span { border-color: rgb(171,185,17); }
td.TdClassName
{
border-color: #ABB911;
}
.TagClassName
{
border-color: #ABB911;
}
</style>