Shades of Bahia #ABC60F
Tints of Bahia #ABC60F
RGB
CMYK
RGB Variations
Color information
#ABC60F (or 0xABC60F) is known color: Bahia. HEX triplet: AB, C6 and 0F. RGB value is (171,198,15). Sum of RGB (Red+Green+Blue) = 171+198+15=384 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.53% from 384); Green value is 198 (77.73% from 255 or 51.56% from 384); Blue value is 15 (6.25% from 255 or 3.91% from 384); Max value from RGB is 198 - color contains mainly: green. Hex color #ABC60F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABC60F is #5439F0. Grayscale: #A9A9A9. Windows color (decimal): -5519857 or 1033899. OLE color: 1033899.
HSL color Cylindrical-coordinate representation of color #ABC60F: hue angle of 68.85º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ABC60F is Cyan = 0.14, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 171 | 198 | 15 | - |
| CMYK | 0.14 | 0 | 0.92 | 0.22 |
| HSL | 68.85º | 0.86% | 0.42% | - |
| HSV(B) | 68.85º | 0.92% | 0.78% | - |
| XYZ | 37.07 | 49.08 | 7.97 | - |
| YUV | 169.07 | 41.05 | 129.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 198 | 15 | 0.14 | 0 | 0.92 | 0.22 | 68.85 | 0.86 | 0.42 |
| Hex | AB | C6 | F | E | 0 | 5C | 16 | 45 | 56 | 2A |
| Octal | 253 | 306 | 17 | 16 | 0 | 134 | 26 | 105 | 126 | 52 |
| Binary | 10101011 | 11000110 | 1111 | 1110 | 0 | 1011100 | 10110 | 1000101 | 1010110 | 101010 |
Color Harmonies of #ABC60F
Complementary color
Monochromatic Colors of #ABC60F
Black with #ABC60F
Text Example
Text Example
White with #ABC60F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC60F; }
p { color: rgb(171,198,15); }
H1.HeaderClassName
{
color: #ABC60F;
}
.AnyTagClassName
{
color: #ABC60F;
}
</style>
background-color css
<style>
a { background-color: #ABC60F; }
a { background-color: rgb(171,198,15); }
div.DivClassName
{
background-color: #ABC60F;
}
.BgClassName
{
background-color: #ABC60F;
}
</style>
border-color css
<style>
span { border-color: #ABC60F; }
span { border-color: rgb(171,198,15); }
td.TdClassName
{
border-color: #ABC60F;
}
.TagClassName
{
border-color: #ABC60F;
}
</style>