Shades of Bahia #ABC60D
Tints of Bahia #ABC60D
RGB
CMYK
RGB Variations
Color information
#ABC60D (or 0xABC60D) is known color: Bahia. HEX triplet: AB, C6 and 0D. RGB value is (171,198,13). Sum of RGB (Red+Green+Blue) = 171+198+13=382 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.76% from 382); Green value is 198 (77.73% from 255 or 51.83% from 382); Blue value is 13 (5.47% from 255 or 3.40% from 382); Max value from RGB is 198 - color contains mainly: green. Hex color #ABC60D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABC60D is #5439F2. Grayscale: #A9A9A9. Windows color (decimal): -5519859 or 902827. OLE color: 902827.
HSL color Cylindrical-coordinate representation of color #ABC60D: hue angle of 68.76º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ABC60D is Cyan = 0.14, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 171 | 198 | 13 | - |
| CMYK | 0.14 | 0 | 0.93 | 0.22 |
| HSL | 68.76º | 0.88% | 0.41% | - |
| HSV(B) | 68.76º | 0.93% | 0.78% | - |
| XYZ | 37.06 | 49.08 | 7.9 | - |
| YUV | 168.84 | 40.05 | 129.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 198 | 13 | 0.14 | 0 | 0.93 | 0.22 | 68.76 | 0.88 | 0.41 |
| Hex | AB | C6 | D | E | 0 | 5D | 16 | 45 | 58 | 29 |
| Octal | 253 | 306 | 15 | 16 | 0 | 135 | 26 | 105 | 130 | 51 |
| Binary | 10101011 | 11000110 | 1101 | 1110 | 0 | 1011101 | 10110 | 1000101 | 1011000 | 101001 |
Color Harmonies of #ABC60D
Complementary color
Monochromatic Colors of #ABC60D
Black with #ABC60D
Text Example
Text Example
White with #ABC60D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC60D; }
p { color: rgb(171,198,13); }
H1.HeaderClassName
{
color: #ABC60D;
}
.AnyTagClassName
{
color: #ABC60D;
}
</style>
background-color css
<style>
a { background-color: #ABC60D; }
a { background-color: rgb(171,198,13); }
div.DivClassName
{
background-color: #ABC60D;
}
.BgClassName
{
background-color: #ABC60D;
}
</style>
border-color css
<style>
span { border-color: #ABC60D; }
span { border-color: rgb(171,198,13); }
td.TdClassName
{
border-color: #ABC60D;
}
.TagClassName
{
border-color: #ABC60D;
}
</style>