Shades of Bahia #ABC017
Tints of Bahia #ABC017
RGB
CMYK
RGB Variations
Color information
#ABC017 (or 0xABC017) is known color: Bahia. HEX triplet: AB, C0 and 17. RGB value is (171,192,23). Sum of RGB (Red+Green+Blue) = 171+192+23=386 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.30% from 386); Green value is 192 (75.39% from 255 or 49.74% from 386); Blue value is 23 (9.38% from 255 or 5.96% from 386); Max value from RGB is 192 - color contains mainly: green. Hex color #ABC017 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABC017 is #543FE8. Grayscale: #A7A7A7. Windows color (decimal): -5521385 or 1556651. OLE color: 1556651.
HSL color Cylindrical-coordinate representation of color #ABC017: hue angle of 67.46º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #ABC017 is Cyan = 0.11, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 171 | 192 | 23 | - |
| CMYK | 0.11 | 0 | 0.88 | 0.25 |
| HSL | 67.46º | 0.79% | 0.42% | - |
| HSV(B) | 67.46º | 0.88% | 0.75% | - |
| XYZ | 35.8 | 46.42 | 7.88 | - |
| YUV | 166.46 | 47.04 | 131.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 192 | 23 | 0.11 | 0 | 0.88 | 0.25 | 67.46 | 0.79 | 0.42 |
| Hex | AB | C0 | 17 | B | 0 | 58 | 19 | 43 | 4F | 2A |
| Octal | 253 | 300 | 27 | 13 | 0 | 130 | 31 | 103 | 117 | 52 |
| Binary | 10101011 | 11000000 | 10111 | 1011 | 0 | 1011000 | 11001 | 1000011 | 1001111 | 101010 |
Color Harmonies of #ABC017
Complementary color
Monochromatic Colors of #ABC017
Black with #ABC017
Text Example
Text Example
White with #ABC017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC017; }
p { color: rgb(171,192,23); }
H1.HeaderClassName
{
color: #ABC017;
}
.AnyTagClassName
{
color: #ABC017;
}
</style>
background-color css
<style>
a { background-color: #ABC017; }
a { background-color: rgb(171,192,23); }
div.DivClassName
{
background-color: #ABC017;
}
.BgClassName
{
background-color: #ABC017;
}
</style>
border-color css
<style>
span { border-color: #ABC017; }
span { border-color: rgb(171,192,23); }
td.TdClassName
{
border-color: #ABC017;
}
.TagClassName
{
border-color: #ABC017;
}
</style>