Shades of Bahia #A4C618
Tints of Bahia #A4C618
RGB
CMYK
RGB Variations
Color information
#A4C618 (or 0xA4C618) is known color: Bahia. HEX triplet: A4, C6 and 18. RGB value is (164,198,24). Sum of RGB (Red+Green+Blue) = 164+198+24=386 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.49% from 386); Green value is 198 (77.73% from 255 or 51.30% from 386); Blue value is 24 (9.77% from 255 or 6.22% from 386); Max value from RGB is 198 - color contains mainly: green. Hex color #A4C618 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A4C618 is #5B39E7. Grayscale: #A8A8A8. Windows color (decimal): -5978600 or 1623716. OLE color: 1623716.
HSL color Cylindrical-coordinate representation of color #A4C618: hue angle of 71.72º 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 #A4C618 is Cyan = 0.17, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 164 | 198 | 24 | - |
| CMYK | 0.17 | 0 | 0.88 | 0.22 |
| HSL | 71.72º | 0.78% | 0.44% | - |
| HSV(B) | 71.72º | 0.88% | 0.78% | - |
| XYZ | 35.67 | 48.35 | 8.32 | - |
| YUV | 168 | 46.74 | 125.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 198 | 24 | 0.17 | 0 | 0.88 | 0.22 | 71.72 | 0.78 | 0.44 |
| Hex | A4 | C6 | 18 | 11 | 0 | 58 | 16 | 48 | 4E | 2C |
| Octal | 244 | 306 | 30 | 21 | 0 | 130 | 26 | 110 | 116 | 54 |
| Binary | 10100100 | 11000110 | 11000 | 10001 | 0 | 1011000 | 10110 | 1001000 | 1001110 | 101100 |
Color Harmonies of #A4C618
Complementary color
Monochromatic Colors of #A4C618
Black with #A4C618
Text Example
Text Example
White with #A4C618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4C618; }
p { color: rgb(164,198,24); }
H1.HeaderClassName
{
color: #A4C618;
}
.AnyTagClassName
{
color: #A4C618;
}
</style>
background-color css
<style>
a { background-color: #A4C618; }
a { background-color: rgb(164,198,24); }
div.DivClassName
{
background-color: #A4C618;
}
.BgClassName
{
background-color: #A4C618;
}
</style>
border-color css
<style>
span { border-color: #A4C618; }
span { border-color: rgb(164,198,24); }
td.TdClassName
{
border-color: #A4C618;
}
.TagClassName
{
border-color: #A4C618;
}
</style>