Shades of Citrus #A6B80E
Tints of Citrus #A6B80E
RGB
CMYK
RGB Variations
Color information
#A6B80E (or 0xA6B80E) is known color: Citrus. HEX triplet: A6, B8 and 0E. RGB value is (166,184,14). Sum of RGB (Red+Green+Blue) = 166+184+14=364 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.60% from 364); Green value is 184 (72.27% from 255 or 50.55% from 364); Blue value is 14 (5.86% from 255 or 3.85% from 364); Max value from RGB is 184 - color contains mainly: green. Hex color #A6B80E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6B80E is #5947F1. Grayscale: #9F9F9F. Windows color (decimal): -5851122 or 964774. OLE color: 964774.
HSL color Cylindrical-coordinate representation of color #A6B80E: hue angle of 66.35º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A6B80E is Cyan = 0.10, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 166 | 184 | 14 | - |
| CMYK | 0.10 | 0 | 0.92 | 0.28 |
| HSL | 66.35º | 0.86% | 0.39% | - |
| HSV(B) | 66.35º | 0.92% | 0.72% | - |
| XYZ | 32.95 | 42.42 | 6.87 | - |
| YUV | 159.24 | 46.04 | 132.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 184 | 14 | 0.10 | 0 | 0.92 | 0.28 | 66.35 | 0.86 | 0.39 |
| Hex | A6 | B8 | E | A | 0 | 5C | 1C | 42 | 56 | 27 |
| Octal | 246 | 270 | 16 | 12 | 0 | 134 | 34 | 102 | 126 | 47 |
| Binary | 10100110 | 10111000 | 1110 | 1010 | 0 | 1011100 | 11100 | 1000010 | 1010110 | 100111 |
Color Harmonies of #A6B80E
Complementary color
Monochromatic Colors of #A6B80E
Black with #A6B80E
Text Example
Text Example
White with #A6B80E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B80E; }
p { color: rgb(166,184,14); }
H1.HeaderClassName
{
color: #A6B80E;
}
.AnyTagClassName
{
color: #A6B80E;
}
</style>
background-color css
<style>
a { background-color: #A6B80E; }
a { background-color: rgb(166,184,14); }
div.DivClassName
{
background-color: #A6B80E;
}
.BgClassName
{
background-color: #A6B80E;
}
</style>
border-color css
<style>
span { border-color: #A6B80E; }
span { border-color: rgb(166,184,14); }
td.TdClassName
{
border-color: #A6B80E;
}
.TagClassName
{
border-color: #A6B80E;
}
</style>