Shades of Bahia #ABC02A
Tints of Bahia #ABC02A
RGB
CMYK
RGB Variations
Color information
#ABC02A (or 0xABC02A) is known color: Bahia. HEX triplet: AB, C0 and 2A. RGB value is (171,192,42). Sum of RGB (Red+Green+Blue) = 171+192+42=405 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.22% from 405); Green value is 192 (75.39% from 255 or 47.41% from 405); Blue value is 42 (16.80% from 255 or 10.37% from 405); Max value from RGB is 192 - color contains mainly: green. Hex color #ABC02A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABC02A is #543FD5. Grayscale: #A9A9A9. Windows color (decimal): -5521366 or 2801835. OLE color: 2801835.
HSL color Cylindrical-coordinate representation of color #ABC02A: hue angle of 68.4º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ABC02A is Cyan = 0.11, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 171 | 192 | 42 | - |
| CMYK | 0.11 | 0 | 0.78 | 0.25 |
| HSL | 68.4º | 0.64% | 0.46% | - |
| HSV(B) | 68.4º | 0.78% | 0.75% | - |
| XYZ | 36.06 | 46.52 | 9.27 | - |
| YUV | 168.62 | 56.54 | 129.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 192 | 42 | 0.11 | 0 | 0.78 | 0.25 | 68.4 | 0.64 | 0.46 |
| Hex | AB | C0 | 2A | B | 0 | 4E | 19 | 44 | 40 | 2E |
| Octal | 253 | 300 | 52 | 13 | 0 | 116 | 31 | 104 | 100 | 56 |
| Binary | 10101011 | 11000000 | 101010 | 1011 | 0 | 1001110 | 11001 | 1000100 | 1000000 | 101110 |
Color Harmonies of #ABC02A
Complementary color
Monochromatic Colors of #ABC02A
Black with #ABC02A
Text Example
Text Example
White with #ABC02A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC02A; }
p { color: rgb(171,192,42); }
H1.HeaderClassName
{
color: #ABC02A;
}
.AnyTagClassName
{
color: #ABC02A;
}
</style>
background-color css
<style>
a { background-color: #ABC02A; }
a { background-color: rgb(171,192,42); }
div.DivClassName
{
background-color: #ABC02A;
}
.BgClassName
{
background-color: #ABC02A;
}
</style>
border-color css
<style>
span { border-color: #ABC02A; }
span { border-color: rgb(171,192,42); }
td.TdClassName
{
border-color: #ABC02A;
}
.TagClassName
{
border-color: #ABC02A;
}
</style>