Shades of Bahia #ABC41E
Tints of Bahia #ABC41E
RGB
CMYK
RGB Variations
Color information
#ABC41E (or 0xABC41E) is known color: Bahia. HEX triplet: AB, C4 and 1E. RGB value is (171,196,30). Sum of RGB (Red+Green+Blue) = 171+196+30=397 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.07% from 397); Green value is 196 (76.95% from 255 or 49.37% from 397); Blue value is 30 (12.11% from 255 or 7.56% from 397); Max value from RGB is 196 - color contains mainly: green. Hex color #ABC41E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABC41E is #543BE1. Grayscale: #AAAAAA. Windows color (decimal): -5520354 or 2016427. OLE color: 2016427.
HSL color Cylindrical-coordinate representation of color #ABC41E: hue angle of 69.04º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #ABC41E is Cyan = 0.13, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 171 | 196 | 30 | - |
| CMYK | 0.13 | 0 | 0.85 | 0.23 |
| HSL | 69.04º | 0.73% | 0.44% | - |
| HSV(B) | 69.04º | 0.85% | 0.77% | - |
| XYZ | 36.77 | 48.23 | 8.6 | - |
| YUV | 169.6 | 49.22 | 129 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 196 | 30 | 0.13 | 0 | 0.85 | 0.23 | 69.04 | 0.73 | 0.44 |
| Hex | AB | C4 | 1E | D | 0 | 55 | 17 | 45 | 49 | 2C |
| Octal | 253 | 304 | 36 | 15 | 0 | 125 | 27 | 105 | 111 | 54 |
| Binary | 10101011 | 11000100 | 11110 | 1101 | 0 | 1010101 | 10111 | 1000101 | 1001001 | 101100 |
Color Harmonies of #ABC41E
Complementary color
Monochromatic Colors of #ABC41E
Black with #ABC41E
Text Example
Text Example
White with #ABC41E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC41E; }
p { color: rgb(171,196,30); }
H1.HeaderClassName
{
color: #ABC41E;
}
.AnyTagClassName
{
color: #ABC41E;
}
</style>
background-color css
<style>
a { background-color: #ABC41E; }
a { background-color: rgb(171,196,30); }
div.DivClassName
{
background-color: #ABC41E;
}
.BgClassName
{
background-color: #ABC41E;
}
</style>
border-color css
<style>
span { border-color: #ABC41E; }
span { border-color: rgb(171,196,30); }
td.TdClassName
{
border-color: #ABC41E;
}
.TagClassName
{
border-color: #ABC41E;
}
</style>