Shades of Bahia #ABC51A
Tints of Bahia #ABC51A
RGB
CMYK
RGB Variations
Color information
#ABC51A (or 0xABC51A) is known color: Bahia. HEX triplet: AB, C5 and 1A. RGB value is (171,197,26). Sum of RGB (Red+Green+Blue) = 171+197+26=394 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.40% from 394); Green value is 197 (77.34% from 255 or 50% from 394); Blue value is 26 (10.55% from 255 or 6.60% from 394); Max value from RGB is 197 - color contains mainly: green. Hex color #ABC51A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABC51A is #543AE5. Grayscale: #AAAAAA. Windows color (decimal): -5520102 or 1754539. OLE color: 1754539.
HSL color Cylindrical-coordinate representation of color #ABC51A: hue angle of 69.12º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #ABC51A is Cyan = 0.13, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 171 | 197 | 26 | - |
| CMYK | 0.13 | 0 | 0.87 | 0.23 |
| HSL | 69.12º | 0.77% | 0.44% | - |
| HSV(B) | 69.12º | 0.87% | 0.77% | - |
| XYZ | 36.95 | 48.67 | 8.42 | - |
| YUV | 169.73 | 46.89 | 128.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 197 | 26 | 0.13 | 0 | 0.87 | 0.23 | 69.12 | 0.77 | 0.44 |
| Hex | AB | C5 | 1A | D | 0 | 57 | 17 | 45 | 4D | 2C |
| Octal | 253 | 305 | 32 | 15 | 0 | 127 | 27 | 105 | 115 | 54 |
| Binary | 10101011 | 11000101 | 11010 | 1101 | 0 | 1010111 | 10111 | 1000101 | 1001101 | 101100 |
Color Harmonies of #ABC51A
Complementary color
Monochromatic Colors of #ABC51A
Black with #ABC51A
Text Example
Text Example
White with #ABC51A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC51A; }
p { color: rgb(171,197,26); }
H1.HeaderClassName
{
color: #ABC51A;
}
.AnyTagClassName
{
color: #ABC51A;
}
</style>
background-color css
<style>
a { background-color: #ABC51A; }
a { background-color: rgb(171,197,26); }
div.DivClassName
{
background-color: #ABC51A;
}
.BgClassName
{
background-color: #ABC51A;
}
</style>
border-color css
<style>
span { border-color: #ABC51A; }
span { border-color: rgb(171,197,26); }
td.TdClassName
{
border-color: #ABC51A;
}
.TagClassName
{
border-color: #ABC51A;
}
</style>