Shades of Citrus #A4B60E
Tints of Citrus #A4B60E
RGB
CMYK
RGB Variations
Color information
#A4B60E (or 0xA4B60E) is known color: Citrus. HEX triplet: A4, B6 and 0E. RGB value is (164,182,14). Sum of RGB (Red+Green+Blue) = 164+182+14=360 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.56% from 360); Green value is 182 (71.48% from 255 or 50.56% from 360); Blue value is 14 (5.86% from 255 or 3.89% from 360); Max value from RGB is 182 - color contains mainly: green. Hex color #A4B60E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A4B60E is #5B49F1. Grayscale: #9E9E9E. Windows color (decimal): -5982706 or 964260. OLE color: 964260.
HSL color Cylindrical-coordinate representation of color #A4B60E: hue angle of 66.43º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A4B60E is Cyan = 0.10, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 164 | 182 | 14 | - |
| CMYK | 0.10 | 0 | 0.92 | 0.29 |
| HSL | 66.43º | 0.86% | 0.38% | - |
| HSV(B) | 66.43º | 0.92% | 0.71% | - |
| XYZ | 32.12 | 41.38 | 6.71 | - |
| YUV | 157.47 | 47.04 | 132.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 182 | 14 | 0.10 | 0 | 0.92 | 0.29 | 66.43 | 0.86 | 0.38 |
| Hex | A4 | B6 | E | A | 0 | 5C | 1D | 42 | 56 | 26 |
| Octal | 244 | 266 | 16 | 12 | 0 | 134 | 35 | 102 | 126 | 46 |
| Binary | 10100100 | 10110110 | 1110 | 1010 | 0 | 1011100 | 11101 | 1000010 | 1010110 | 100110 |
Color Harmonies of #A4B60E
Complementary color
Monochromatic Colors of #A4B60E
Black with #A4B60E
Text Example
Text Example
White with #A4B60E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4B60E; }
p { color: rgb(164,182,14); }
H1.HeaderClassName
{
color: #A4B60E;
}
.AnyTagClassName
{
color: #A4B60E;
}
</style>
background-color css
<style>
a { background-color: #A4B60E; }
a { background-color: rgb(164,182,14); }
div.DivClassName
{
background-color: #A4B60E;
}
.BgClassName
{
background-color: #A4B60E;
}
</style>
border-color css
<style>
span { border-color: #A4B60E; }
span { border-color: rgb(164,182,14); }
td.TdClassName
{
border-color: #A4B60E;
}
.TagClassName
{
border-color: #A4B60E;
}
</style>