Shades of Bahia #ABC110
Tints of Bahia #ABC110
RGB
CMYK
RGB Variations
Color information
#ABC110 (or 0xABC110) is known color: Bahia. HEX triplet: AB, C1 and 10. RGB value is (171,193,16). Sum of RGB (Red+Green+Blue) = 171+193+16=380 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45% from 380); Green value is 193 (75.78% from 255 or 50.79% from 380); Blue value is 16 (6.64% from 255 or 4.21% from 380); Max value from RGB is 193 - color contains mainly: green. Hex color #ABC110 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABC110 is #543EEF. Grayscale: #A6A6A6. Windows color (decimal): -5521136 or 1098155. OLE color: 1098155.
HSL color Cylindrical-coordinate representation of color #ABC110: hue angle of 67.46º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ABC110 is Cyan = 0.11, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 171 | 193 | 16 | - |
| CMYK | 0.11 | 0 | 0.92 | 0.24 |
| HSL | 67.46º | 0.85% | 0.41% | - |
| HSV(B) | 67.46º | 0.92% | 0.76% | - |
| XYZ | 35.96 | 46.84 | 7.64 | - |
| YUV | 166.24 | 43.21 | 131.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 193 | 16 | 0.11 | 0 | 0.92 | 0.24 | 67.46 | 0.85 | 0.41 |
| Hex | AB | C1 | 10 | B | 0 | 5C | 18 | 43 | 55 | 29 |
| Octal | 253 | 301 | 20 | 13 | 0 | 134 | 30 | 103 | 125 | 51 |
| Binary | 10101011 | 11000001 | 10000 | 1011 | 0 | 1011100 | 11000 | 1000011 | 1010101 | 101001 |
Color Harmonies of #ABC110
Complementary color
Monochromatic Colors of #ABC110
Black with #ABC110
Text Example
Text Example
White with #ABC110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC110; }
p { color: rgb(171,193,16); }
H1.HeaderClassName
{
color: #ABC110;
}
.AnyTagClassName
{
color: #ABC110;
}
</style>
background-color css
<style>
a { background-color: #ABC110; }
a { background-color: rgb(171,193,16); }
div.DivClassName
{
background-color: #ABC110;
}
.BgClassName
{
background-color: #ABC110;
}
</style>
border-color css
<style>
span { border-color: #ABC110; }
span { border-color: rgb(171,193,16); }
td.TdClassName
{
border-color: #ABC110;
}
.TagClassName
{
border-color: #ABC110;
}
</style>