Shades of Bahia #ABC12A
Tints of Bahia #ABC12A
RGB
CMYK
RGB Variations
Color information
#ABC12A (or 0xABC12A) is known color: Bahia. HEX triplet: AB, C1 and 2A. RGB value is (171,193,42). Sum of RGB (Red+Green+Blue) = 171+193+42=406 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.12% from 406); Green value is 193 (75.78% from 255 or 47.54% from 406); Blue value is 42 (16.80% from 255 or 10.34% from 406); Max value from RGB is 193 - color contains mainly: green. Hex color #ABC12A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABC12A is #543ED5. Grayscale: #A9A9A9. Windows color (decimal): -5521110 or 2802091. OLE color: 2802091.
HSL color Cylindrical-coordinate representation of color #ABC12A: hue angle of 68.74º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ABC12A is Cyan = 0.11, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 171 | 193 | 42 | - |
| CMYK | 0.11 | 0 | 0.78 | 0.24 |
| HSL | 68.74º | 0.64% | 0.46% | - |
| HSV(B) | 68.74º | 0.78% | 0.76% | - |
| XYZ | 36.28 | 46.97 | 9.34 | - |
| YUV | 169.21 | 56.21 | 129.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 193 | 42 | 0.11 | 0 | 0.78 | 0.24 | 68.74 | 0.64 | 0.46 |
| Hex | AB | C1 | 2A | B | 0 | 4E | 18 | 45 | 40 | 2E |
| Octal | 253 | 301 | 52 | 13 | 0 | 116 | 30 | 105 | 100 | 56 |
| Binary | 10101011 | 11000001 | 101010 | 1011 | 0 | 1001110 | 11000 | 1000101 | 1000000 | 101110 |
Color Harmonies of #ABC12A
Complementary color
Monochromatic Colors of #ABC12A
Black with #ABC12A
Text Example
Text Example
White with #ABC12A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC12A; }
p { color: rgb(171,193,42); }
H1.HeaderClassName
{
color: #ABC12A;
}
.AnyTagClassName
{
color: #ABC12A;
}
</style>
background-color css
<style>
a { background-color: #ABC12A; }
a { background-color: rgb(171,193,42); }
div.DivClassName
{
background-color: #ABC12A;
}
.BgClassName
{
background-color: #ABC12A;
}
</style>
border-color css
<style>
span { border-color: #ABC12A; }
span { border-color: rgb(171,193,42); }
td.TdClassName
{
border-color: #ABC12A;
}
.TagClassName
{
border-color: #ABC12A;
}
</style>