Shades of Citrus #A7B60E
Tints of Citrus #A7B60E
RGB
CMYK
RGB Variations
Color information
#A7B60E (or 0xA7B60E) is known color: Citrus. HEX triplet: A7, B6 and 0E. RGB value is (167,182,14). Sum of RGB (Red+Green+Blue) = 167+182+14=363 (48% of max value = 765). Red value is 167 (65.62% from 255 or 46.01% from 363); Green value is 182 (71.48% from 255 or 50.14% from 363); Blue value is 14 (5.86% from 255 or 3.86% from 363); Max value from RGB is 182 - color contains mainly: green. Hex color #A7B60E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A7B60E is #5849F1. Grayscale: #9F9F9F. Windows color (decimal): -5786098 or 964263. OLE color: 964263.
HSL color Cylindrical-coordinate representation of color #A7B60E: hue angle of 65.36º 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 #A7B60E is Cyan = 0.08, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 167 | 182 | 14 | - |
| CMYK | 0.08 | 0 | 0.92 | 0.29 |
| HSL | 65.36º | 0.86% | 0.38% | - |
| HSV(B) | 65.36º | 0.92% | 0.71% | - |
| XYZ | 32.74 | 41.7 | 6.74 | - |
| YUV | 158.36 | 46.53 | 134.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 182 | 14 | 0.08 | 0 | 0.92 | 0.29 | 65.36 | 0.86 | 0.38 |
| Hex | A7 | B6 | E | 8 | 0 | 5C | 1D | 41 | 56 | 26 |
| Octal | 247 | 266 | 16 | 10 | 0 | 134 | 35 | 101 | 126 | 46 |
| Binary | 10100111 | 10110110 | 1110 | 1000 | 0 | 1011100 | 11101 | 1000001 | 1010110 | 100110 |
Color Harmonies of #A7B60E
Complementary color
Monochromatic Colors of #A7B60E
Black with #A7B60E
Text Example
Text Example
White with #A7B60E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7B60E; }
p { color: rgb(167,182,14); }
H1.HeaderClassName
{
color: #A7B60E;
}
.AnyTagClassName
{
color: #A7B60E;
}
</style>
background-color css
<style>
a { background-color: #A7B60E; }
a { background-color: rgb(167,182,14); }
div.DivClassName
{
background-color: #A7B60E;
}
.BgClassName
{
background-color: #A7B60E;
}
</style>
border-color css
<style>
span { border-color: #A7B60E; }
span { border-color: rgb(167,182,14); }
td.TdClassName
{
border-color: #A7B60E;
}
.TagClassName
{
border-color: #A7B60E;
}
</style>