Shades of Bahia #ABC122
Tints of Bahia #ABC122
RGB
CMYK
RGB Variations
Color information
#ABC122 (or 0xABC122) is known color: Bahia. HEX triplet: AB, C1 and 22. RGB value is (171,193,34). Sum of RGB (Red+Green+Blue) = 171+193+34=398 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.96% from 398); Green value is 193 (75.78% from 255 or 48.49% from 398); Blue value is 34 (13.67% from 255 or 8.54% from 398); Max value from RGB is 193 - color contains mainly: green. Hex color #ABC122 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABC122 is #543EDD. Grayscale: #A8A8A8. Windows color (decimal): -5521118 or 2277803. OLE color: 2277803.
HSL color Cylindrical-coordinate representation of color #ABC122: hue angle of 68.3º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #ABC122 is Cyan = 0.11, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 171 | 193 | 34 | - |
| CMYK | 0.11 | 0 | 0.82 | 0.24 |
| HSL | 68.3º | 0.7% | 0.45% | - |
| HSV(B) | 68.3º | 0.82% | 0.76% | - |
| XYZ | 36.15 | 46.91 | 8.66 | - |
| YUV | 168.3 | 52.21 | 129.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 193 | 34 | 0.11 | 0 | 0.82 | 0.24 | 68.3 | 0.7 | 0.45 |
| Hex | AB | C1 | 22 | B | 0 | 52 | 18 | 44 | 46 | 2D |
| Octal | 253 | 301 | 42 | 13 | 0 | 122 | 30 | 104 | 106 | 55 |
| Binary | 10101011 | 11000001 | 100010 | 1011 | 0 | 1010010 | 11000 | 1000100 | 1000110 | 101101 |
Color Harmonies of #ABC122
Complementary color
Monochromatic Colors of #ABC122
Black with #ABC122
Text Example
Text Example
White with #ABC122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC122; }
p { color: rgb(171,193,34); }
H1.HeaderClassName
{
color: #ABC122;
}
.AnyTagClassName
{
color: #ABC122;
}
</style>
background-color css
<style>
a { background-color: #ABC122; }
a { background-color: rgb(171,193,34); }
div.DivClassName
{
background-color: #ABC122;
}
.BgClassName
{
background-color: #ABC122;
}
</style>
border-color css
<style>
span { border-color: #ABC122; }
span { border-color: rgb(171,193,34); }
td.TdClassName
{
border-color: #ABC122;
}
.TagClassName
{
border-color: #ABC122;
}
</style>