Shades of Citrus #A5B20E
Tints of Citrus #A5B20E
RGB
CMYK
RGB Variations
Color information
#A5B20E (or 0xA5B20E) is known color: Citrus. HEX triplet: A5, B2 and 0E. RGB value is (165,178,14). Sum of RGB (Red+Green+Blue) = 165+178+14=357 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.22% from 357); Green value is 178 (69.92% from 255 or 49.86% from 357); Blue value is 14 (5.86% from 255 or 3.92% from 357); Max value from RGB is 178 - color contains mainly: green. Hex color #A5B20E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A5B20E is #5A4DF1. Grayscale: #9C9C9C. Windows color (decimal): -5918194 or 963237. OLE color: 963237.
HSL color Cylindrical-coordinate representation of color #A5B20E: hue angle of 64.76º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A5B20E is Cyan = 0.07, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 165 | 178 | 14 | - |
| CMYK | 0.07 | 0 | 0.92 | 0.30 |
| HSL | 64.76º | 0.85% | 0.38% | - |
| HSV(B) | 64.76º | 0.92% | 0.7% | - |
| XYZ | 31.52 | 39.87 | 6.45 | - |
| YUV | 155.42 | 48.19 | 134.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 178 | 14 | 0.07 | 0 | 0.92 | 0.30 | 64.76 | 0.85 | 0.38 |
| Hex | A5 | B2 | E | 7 | 0 | 5C | 1E | 41 | 55 | 26 |
| Octal | 245 | 262 | 16 | 7 | 0 | 134 | 36 | 101 | 125 | 46 |
| Binary | 10100101 | 10110010 | 1110 | 111 | 0 | 1011100 | 11110 | 1000001 | 1010101 | 100110 |
Color Harmonies of #A5B20E
Complementary color
Monochromatic Colors of #A5B20E
Black with #A5B20E
Text Example
Text Example
White with #A5B20E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5B20E; }
p { color: rgb(165,178,14); }
H1.HeaderClassName
{
color: #A5B20E;
}
.AnyTagClassName
{
color: #A5B20E;
}
</style>
background-color css
<style>
a { background-color: #A5B20E; }
a { background-color: rgb(165,178,14); }
div.DivClassName
{
background-color: #A5B20E;
}
.BgClassName
{
background-color: #A5B20E;
}
</style>
border-color css
<style>
span { border-color: #A5B20E; }
span { border-color: rgb(165,178,14); }
td.TdClassName
{
border-color: #A5B20E;
}
.TagClassName
{
border-color: #A5B20E;
}
</style>