Shades of Bahia #ABC618
Tints of Bahia #ABC618
RGB
CMYK
RGB Variations
Color information
#ABC618 (or 0xABC618) is known color: Bahia. HEX triplet: AB, C6 and 18. RGB value is (171,198,24). Sum of RGB (Red+Green+Blue) = 171+198+24=393 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.51% from 393); Green value is 198 (77.73% from 255 or 50.38% from 393); Blue value is 24 (9.77% from 255 or 6.11% from 393); Max value from RGB is 198 - color contains mainly: green. Hex color #ABC618 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABC618 is #5439E7. Grayscale: #AAAAAA. Windows color (decimal): -5519848 or 1623723. OLE color: 1623723.
HSL color Cylindrical-coordinate representation of color #ABC618: hue angle of 69.31º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #ABC618 is Cyan = 0.14, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 171 | 198 | 24 | - |
| CMYK | 0.14 | 0 | 0.88 | 0.22 |
| HSL | 69.31º | 0.78% | 0.44% | - |
| HSV(B) | 69.31º | 0.88% | 0.78% | - |
| XYZ | 37.15 | 49.11 | 8.39 | - |
| YUV | 170.09 | 45.55 | 128.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 198 | 24 | 0.14 | 0 | 0.88 | 0.22 | 69.31 | 0.78 | 0.44 |
| Hex | AB | C6 | 18 | E | 0 | 58 | 16 | 45 | 4E | 2C |
| Octal | 253 | 306 | 30 | 16 | 0 | 130 | 26 | 105 | 116 | 54 |
| Binary | 10101011 | 11000110 | 11000 | 1110 | 0 | 1011000 | 10110 | 1000101 | 1001110 | 101100 |
Color Harmonies of #ABC618
Complementary color
Monochromatic Colors of #ABC618
Black with #ABC618
Text Example
Text Example
White with #ABC618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC618; }
p { color: rgb(171,198,24); }
H1.HeaderClassName
{
color: #ABC618;
}
.AnyTagClassName
{
color: #ABC618;
}
</style>
background-color css
<style>
a { background-color: #ABC618; }
a { background-color: rgb(171,198,24); }
div.DivClassName
{
background-color: #ABC618;
}
.BgClassName
{
background-color: #ABC618;
}
</style>
border-color css
<style>
span { border-color: #ABC618; }
span { border-color: rgb(171,198,24); }
td.TdClassName
{
border-color: #ABC618;
}
.TagClassName
{
border-color: #ABC618;
}
</style>