Shades of Bahia #ABC52D
Tints of Bahia #ABC52D
RGB
CMYK
RGB Variations
Color information
#ABC52D (or 0xABC52D) is known color: Bahia. HEX triplet: AB, C5 and 2D. RGB value is (171,197,45). Sum of RGB (Red+Green+Blue) = 171+197+45=413 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.40% from 413); Green value is 197 (77.34% from 255 or 47.70% from 413); Blue value is 45 (17.97% from 255 or 10.90% from 413); Max value from RGB is 197 - color contains mainly: green. Hex color #ABC52D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABC52D is #543AD2. Grayscale: #ACACAC. Windows color (decimal): -5520083 or 2999723. OLE color: 2999723.
HSL color Cylindrical-coordinate representation of color #ABC52D: hue angle of 70.26º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #ABC52D is Cyan = 0.13, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 171 | 197 | 45 | - |
| CMYK | 0.13 | 0 | 0.77 | 0.23 |
| HSL | 70.26º | 0.63% | 0.47% | - |
| HSV(B) | 70.26º | 0.77% | 0.77% | - |
| XYZ | 37.23 | 48.78 | 9.94 | - |
| YUV | 171.9 | 56.39 | 127.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 197 | 45 | 0.13 | 0 | 0.77 | 0.23 | 70.26 | 0.63 | 0.47 |
| Hex | AB | C5 | 2D | D | 0 | 4D | 17 | 46 | 3F | 2F |
| Octal | 253 | 305 | 55 | 15 | 0 | 115 | 27 | 106 | 77 | 57 |
| Binary | 10101011 | 11000101 | 101101 | 1101 | 0 | 1001101 | 10111 | 1000110 | 111111 | 101111 |
Color Harmonies of #ABC52D
Complementary color
Monochromatic Colors of #ABC52D
Black with #ABC52D
Text Example
Text Example
White with #ABC52D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC52D; }
p { color: rgb(171,197,45); }
H1.HeaderClassName
{
color: #ABC52D;
}
.AnyTagClassName
{
color: #ABC52D;
}
</style>
background-color css
<style>
a { background-color: #ABC52D; }
a { background-color: rgb(171,197,45); }
div.DivClassName
{
background-color: #ABC52D;
}
.BgClassName
{
background-color: #ABC52D;
}
</style>
border-color css
<style>
span { border-color: #ABC52D; }
span { border-color: rgb(171,197,45); }
td.TdClassName
{
border-color: #ABC52D;
}
.TagClassName
{
border-color: #ABC52D;
}
</style>