Shades of Bahia #ABC217
Tints of Bahia #ABC217
RGB
CMYK
RGB Variations
Color information
#ABC217 (or 0xABC217) is known color: Bahia. HEX triplet: AB, C2 and 17. RGB value is (171,194,23). Sum of RGB (Red+Green+Blue) = 171+194+23=388 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.07% from 388); Green value is 194 (76.17% from 255 or 50% from 388); Blue value is 23 (9.38% from 255 or 5.93% from 388); Max value from RGB is 194 - color contains mainly: green. Hex color #ABC217 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABC217 is #543DE8. Grayscale: #A8A8A8. Windows color (decimal): -5520873 or 1557163. OLE color: 1557163.
HSL color Cylindrical-coordinate representation of color #ABC217: hue angle of 68.07º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #ABC217 is Cyan = 0.12, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 171 | 194 | 23 | - |
| CMYK | 0.12 | 0 | 0.88 | 0.24 |
| HSL | 68.07º | 0.79% | 0.43% | - |
| HSV(B) | 68.07º | 0.88% | 0.76% | - |
| XYZ | 36.24 | 47.3 | 8.03 | - |
| YUV | 167.63 | 46.38 | 130.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 194 | 23 | 0.12 | 0 | 0.88 | 0.24 | 68.07 | 0.79 | 0.43 |
| Hex | AB | C2 | 17 | C | 0 | 58 | 18 | 44 | 4F | 2B |
| Octal | 253 | 302 | 27 | 14 | 0 | 130 | 30 | 104 | 117 | 53 |
| Binary | 10101011 | 11000010 | 10111 | 1100 | 0 | 1011000 | 11000 | 1000100 | 1001111 | 101011 |
Color Harmonies of #ABC217
Complementary color
Monochromatic Colors of #ABC217
Black with #ABC217
Text Example
Text Example
White with #ABC217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC217; }
p { color: rgb(171,194,23); }
H1.HeaderClassName
{
color: #ABC217;
}
.AnyTagClassName
{
color: #ABC217;
}
</style>
background-color css
<style>
a { background-color: #ABC217; }
a { background-color: rgb(171,194,23); }
div.DivClassName
{
background-color: #ABC217;
}
.BgClassName
{
background-color: #ABC217;
}
</style>
border-color css
<style>
span { border-color: #ABC217; }
span { border-color: rgb(171,194,23); }
td.TdClassName
{
border-color: #ABC217;
}
.TagClassName
{
border-color: #ABC217;
}
</style>