Shades of Bahia #ABC52E
Tints of Bahia #ABC52E
RGB
CMYK
RGB Variations
Color information
#ABC52E (or 0xABC52E) is known color: Bahia. HEX triplet: AB, C5 and 2E. RGB value is (171,197,46). Sum of RGB (Red+Green+Blue) = 171+197+46=414 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.30% from 414); Green value is 197 (77.34% from 255 or 47.58% from 414); Blue value is 46 (18.36% from 255 or 11.11% from 414); Max value from RGB is 197 - color contains mainly: green. Hex color #ABC52E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABC52E is #543AD1. Grayscale: #ACACAC. Windows color (decimal): -5520082 or 3065259. OLE color: 3065259.
HSL color Cylindrical-coordinate representation of color #ABC52E: hue angle of 70.33º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #ABC52E is Cyan = 0.13, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 171 | 197 | 46 | - |
| CMYK | 0.13 | 0 | 0.77 | 0.23 |
| HSL | 70.33º | 0.62% | 0.48% | - |
| HSV(B) | 70.33º | 0.77% | 0.77% | - |
| XYZ | 37.25 | 48.79 | 10.04 | - |
| YUV | 172.01 | 56.89 | 127.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 197 | 46 | 0.13 | 0 | 0.77 | 0.23 | 70.33 | 0.62 | 0.48 |
| Hex | AB | C5 | 2E | D | 0 | 4D | 17 | 46 | 3E | 30 |
| Octal | 253 | 305 | 56 | 15 | 0 | 115 | 27 | 106 | 76 | 60 |
| Binary | 10101011 | 11000101 | 101110 | 1101 | 0 | 1001101 | 10111 | 1000110 | 111110 | 110000 |
Color Harmonies of #ABC52E
Complementary color
Monochromatic Colors of #ABC52E
Black with #ABC52E
Text Example
Text Example
White with #ABC52E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC52E; }
p { color: rgb(171,197,46); }
H1.HeaderClassName
{
color: #ABC52E;
}
.AnyTagClassName
{
color: #ABC52E;
}
</style>
background-color css
<style>
a { background-color: #ABC52E; }
a { background-color: rgb(171,197,46); }
div.DivClassName
{
background-color: #ABC52E;
}
.BgClassName
{
background-color: #ABC52E;
}
</style>
border-color css
<style>
span { border-color: #ABC52E; }
span { border-color: rgb(171,197,46); }
td.TdClassName
{
border-color: #ABC52E;
}
.TagClassName
{
border-color: #ABC52E;
}
</style>