Shades of Bahia #ABC01A
Tints of Bahia #ABC01A
RGB
CMYK
RGB Variations
Color information
#ABC01A (or 0xABC01A) is known color: Bahia. HEX triplet: AB, C0 and 1A. RGB value is (171,192,26). Sum of RGB (Red+Green+Blue) = 171+192+26=389 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.96% from 389); Green value is 192 (75.39% from 255 or 49.36% from 389); Blue value is 26 (10.55% from 255 or 6.68% from 389); Max value from RGB is 192 - color contains mainly: green. Hex color #ABC01A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABC01A is #543FE5. Grayscale: #A7A7A7. Windows color (decimal): -5521382 or 1753259. OLE color: 1753259.
HSL color Cylindrical-coordinate representation of color #ABC01A: hue angle of 67.59º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #ABC01A is Cyan = 0.11, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 171 | 192 | 26 | - |
| CMYK | 0.11 | 0 | 0.86 | 0.25 |
| HSL | 67.59º | 0.76% | 0.43% | - |
| HSV(B) | 67.59º | 0.86% | 0.75% | - |
| XYZ | 35.83 | 46.43 | 8.05 | - |
| YUV | 166.8 | 48.54 | 131 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 192 | 26 | 0.11 | 0 | 0.86 | 0.25 | 67.59 | 0.76 | 0.43 |
| Hex | AB | C0 | 1A | B | 0 | 56 | 19 | 44 | 4C | 2B |
| Octal | 253 | 300 | 32 | 13 | 0 | 126 | 31 | 104 | 114 | 53 |
| Binary | 10101011 | 11000000 | 11010 | 1011 | 0 | 1010110 | 11001 | 1000100 | 1001100 | 101011 |
Color Harmonies of #ABC01A
Complementary color
Monochromatic Colors of #ABC01A
Black with #ABC01A
Text Example
Text Example
White with #ABC01A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC01A; }
p { color: rgb(171,192,26); }
H1.HeaderClassName
{
color: #ABC01A;
}
.AnyTagClassName
{
color: #ABC01A;
}
</style>
background-color css
<style>
a { background-color: #ABC01A; }
a { background-color: rgb(171,192,26); }
div.DivClassName
{
background-color: #ABC01A;
}
.BgClassName
{
background-color: #ABC01A;
}
</style>
border-color css
<style>
span { border-color: #ABC01A; }
span { border-color: rgb(171,192,26); }
td.TdClassName
{
border-color: #ABC01A;
}
.TagClassName
{
border-color: #ABC01A;
}
</style>