Shades of Citrus #A7B20D
Tints of Citrus #A7B20D
RGB
CMYK
RGB Variations
Color information
#A7B20D (or 0xA7B20D) is known color: Citrus. HEX triplet: A7, B2 and 0D. RGB value is (167,178,13). Sum of RGB (Red+Green+Blue) = 167+178+13=358 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.65% from 358); Green value is 178 (69.92% from 255 or 49.72% from 358); Blue value is 13 (5.47% from 255 or 3.63% from 358); Max value from RGB is 178 - color contains mainly: green. Hex color #A7B20D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A7B20D is #584DF2. Grayscale: #9C9C9C. Windows color (decimal): -5787123 or 897703. OLE color: 897703.
HSL color Cylindrical-coordinate representation of color #A7B20D: hue angle of 64º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A7B20D is Cyan = 0.06, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 167 | 178 | 13 | - |
| CMYK | 0.06 | 0 | 0.93 | 0.30 |
| HSL | 64º | 0.86% | 0.37% | - |
| HSV(B) | 64º | 0.93% | 0.7% | - |
| XYZ | 31.93 | 40.09 | 6.44 | - |
| YUV | 155.9 | 47.36 | 135.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 178 | 13 | 0.06 | 0 | 0.93 | 0.30 | 64 | 0.86 | 0.37 |
| Hex | A7 | B2 | D | 6 | 0 | 5D | 1E | 40 | 56 | 25 |
| Octal | 247 | 262 | 15 | 6 | 0 | 135 | 36 | 100 | 126 | 45 |
| Binary | 10100111 | 10110010 | 1101 | 110 | 0 | 1011101 | 11110 | 1000000 | 1010110 | 100101 |
Color Harmonies of #A7B20D
Complementary color
Monochromatic Colors of #A7B20D
Black with #A7B20D
Text Example
Text Example
White with #A7B20D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7B20D; }
p { color: rgb(167,178,13); }
H1.HeaderClassName
{
color: #A7B20D;
}
.AnyTagClassName
{
color: #A7B20D;
}
</style>
background-color css
<style>
a { background-color: #A7B20D; }
a { background-color: rgb(167,178,13); }
div.DivClassName
{
background-color: #A7B20D;
}
.BgClassName
{
background-color: #A7B20D;
}
</style>
border-color css
<style>
span { border-color: #A7B20D; }
span { border-color: rgb(167,178,13); }
td.TdClassName
{
border-color: #A7B20D;
}
.TagClassName
{
border-color: #A7B20D;
}
</style>