Shades of Bahia #ABAF17
Tints of Bahia #ABAF17
RGB
CMYK
RGB Variations
Color information
#ABAF17 (or 0xABAF17) is known color: Bahia. HEX triplet: AB, AF and 17. RGB value is (171,175,23). Sum of RGB (Red+Green+Blue) = 171+175+23=369 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.34% from 369); Green value is 175 (68.75% from 255 or 47.43% from 369); Blue value is 23 (9.38% from 255 or 6.23% from 369); Max value from RGB is 175 - color contains mainly: green. Hex color #ABAF17 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABAF17 is #5450E8. Grayscale: #9D9D9D. Windows color (decimal): -5525737 or 1552299. OLE color: 1552299.
HSL color Cylindrical-coordinate representation of color #ABAF17: hue angle of 61.58º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #ABAF17 is Cyan = 0.02, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 171 | 175 | 23 | - |
| CMYK | 0.02 | 0 | 0.87 | 0.31 |
| HSL | 61.58º | 0.77% | 0.39% | - |
| HSV(B) | 61.58º | 0.87% | 0.69% | - |
| XYZ | 32.28 | 39.38 | 6.71 | - |
| YUV | 156.48 | 52.67 | 138.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 175 | 23 | 0.02 | 0 | 0.87 | 0.31 | 61.58 | 0.77 | 0.39 |
| Hex | AB | AF | 17 | 2 | 0 | 57 | 1F | 3E | 4D | 27 |
| Octal | 253 | 257 | 27 | 2 | 0 | 127 | 37 | 76 | 115 | 47 |
| Binary | 10101011 | 10101111 | 10111 | 10 | 0 | 1010111 | 11111 | 111110 | 1001101 | 100111 |
Color Harmonies of #ABAF17
Complementary color
Monochromatic Colors of #ABAF17
Black with #ABAF17
Text Example
Text Example
White with #ABAF17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAF17; }
p { color: rgb(171,175,23); }
H1.HeaderClassName
{
color: #ABAF17;
}
.AnyTagClassName
{
color: #ABAF17;
}
</style>
background-color css
<style>
a { background-color: #ABAF17; }
a { background-color: rgb(171,175,23); }
div.DivClassName
{
background-color: #ABAF17;
}
.BgClassName
{
background-color: #ABAF17;
}
</style>
border-color css
<style>
span { border-color: #ABAF17; }
span { border-color: rgb(171,175,23); }
td.TdClassName
{
border-color: #ABAF17;
}
.TagClassName
{
border-color: #ABAF17;
}
</style>