Shades of Bahia #ABBB17
Tints of Bahia #ABBB17
RGB
CMYK
RGB Variations
Color information
#ABBB17 (or 0xABBB17) is known color: Bahia. HEX triplet: AB, BB and 17. RGB value is (171,187,23). Sum of RGB (Red+Green+Blue) = 171+187+23=381 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.88% from 381); Green value is 187 (73.44% from 255 or 49.08% from 381); Blue value is 23 (9.38% from 255 or 6.04% from 381); Max value from RGB is 187 - color contains mainly: green. Hex color #ABBB17 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABBB17 is #5444E8. Grayscale: #A4A4A4. Windows color (decimal): -5522665 or 1555371. OLE color: 1555371.
HSL color Cylindrical-coordinate representation of color #ABBB17: hue angle of 65.85º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #ABBB17 is Cyan = 0.09, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 171 | 187 | 23 | - |
| CMYK | 0.09 | 0 | 0.88 | 0.27 |
| HSL | 65.85º | 0.78% | 0.41% | - |
| HSV(B) | 65.85º | 0.88% | 0.73% | - |
| XYZ | 34.72 | 44.26 | 7.52 | - |
| YUV | 163.52 | 48.7 | 133.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 187 | 23 | 0.09 | 0 | 0.88 | 0.27 | 65.85 | 0.78 | 0.41 |
| Hex | AB | BB | 17 | 9 | 0 | 58 | 1B | 42 | 4E | 29 |
| Octal | 253 | 273 | 27 | 11 | 0 | 130 | 33 | 102 | 116 | 51 |
| Binary | 10101011 | 10111011 | 10111 | 1001 | 0 | 1011000 | 11011 | 1000010 | 1001110 | 101001 |
Color Harmonies of #ABBB17
Complementary color
Monochromatic Colors of #ABBB17
Black with #ABBB17
Text Example
Text Example
White with #ABBB17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBB17; }
p { color: rgb(171,187,23); }
H1.HeaderClassName
{
color: #ABBB17;
}
.AnyTagClassName
{
color: #ABBB17;
}
</style>
background-color css
<style>
a { background-color: #ABBB17; }
a { background-color: rgb(171,187,23); }
div.DivClassName
{
background-color: #ABBB17;
}
.BgClassName
{
background-color: #ABBB17;
}
</style>
border-color css
<style>
span { border-color: #ABBB17; }
span { border-color: rgb(171,187,23); }
td.TdClassName
{
border-color: #ABBB17;
}
.TagClassName
{
border-color: #ABBB17;
}
</style>