Shades of Bahia #ABC113
Tints of Bahia #ABC113
RGB
CMYK
RGB Variations
Color information
#ABC113 (or 0xABC113) is known color: Bahia. HEX triplet: AB, C1 and 13. RGB value is (171,193,19). Sum of RGB (Red+Green+Blue) = 171+193+19=383 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.65% from 383); Green value is 193 (75.78% from 255 or 50.39% from 383); Blue value is 19 (7.81% from 255 or 4.96% from 383); Max value from RGB is 193 - color contains mainly: green. Hex color #ABC113 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABC113 is #543EEC. Grayscale: #A7A7A7. Windows color (decimal): -5521133 or 1294763. OLE color: 1294763.
HSL color Cylindrical-coordinate representation of color #ABC113: hue angle of 67.59º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ABC113 is Cyan = 0.11, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 171 | 193 | 19 | - |
| CMYK | 0.11 | 0 | 0.90 | 0.24 |
| HSL | 67.59º | 0.82% | 0.42% | - |
| HSV(B) | 67.59º | 0.9% | 0.76% | - |
| XYZ | 35.98 | 46.84 | 7.76 | - |
| YUV | 166.59 | 44.71 | 131.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 193 | 19 | 0.11 | 0 | 0.90 | 0.24 | 67.59 | 0.82 | 0.42 |
| Hex | AB | C1 | 13 | B | 0 | 5A | 18 | 44 | 52 | 2A |
| Octal | 253 | 301 | 23 | 13 | 0 | 132 | 30 | 104 | 122 | 52 |
| Binary | 10101011 | 11000001 | 10011 | 1011 | 0 | 1011010 | 11000 | 1000100 | 1010010 | 101010 |
Color Harmonies of #ABC113
Complementary color
Monochromatic Colors of #ABC113
Black with #ABC113
Text Example
Text Example
White with #ABC113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC113; }
p { color: rgb(171,193,19); }
H1.HeaderClassName
{
color: #ABC113;
}
.AnyTagClassName
{
color: #ABC113;
}
</style>
background-color css
<style>
a { background-color: #ABC113; }
a { background-color: rgb(171,193,19); }
div.DivClassName
{
background-color: #ABC113;
}
.BgClassName
{
background-color: #ABC113;
}
</style>
border-color css
<style>
span { border-color: #ABC113; }
span { border-color: rgb(171,193,19); }
td.TdClassName
{
border-color: #ABC113;
}
.TagClassName
{
border-color: #ABC113;
}
</style>