Shades of Citrus #A5B80C
Tints of Citrus #A5B80C
RGB
CMYK
RGB Variations
Color information
#A5B80C (or 0xA5B80C) is known color: Citrus. HEX triplet: A5, B8 and 0C. RGB value is (165,184,12). Sum of RGB (Red+Green+Blue) = 165+184+12=361 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.71% from 361); Green value is 184 (72.27% from 255 or 50.97% from 361); Blue value is 12 (5.08% from 255 or 3.32% from 361); Max value from RGB is 184 - color contains mainly: green. Hex color #A5B80C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A5B80C is #5A47F3. Grayscale: #9F9F9F. Windows color (decimal): -5916660 or 833701. OLE color: 833701.
HSL color Cylindrical-coordinate representation of color #A5B80C: hue angle of 66.63º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A5B80C is Cyan = 0.10, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 165 | 184 | 12 | - |
| CMYK | 0.10 | 0 | 0.93 | 0.28 |
| HSL | 66.63º | 0.88% | 0.38% | - |
| HSV(B) | 66.63º | 0.93% | 0.72% | - |
| XYZ | 32.72 | 42.31 | 6.79 | - |
| YUV | 158.71 | 45.21 | 132.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 184 | 12 | 0.10 | 0 | 0.93 | 0.28 | 66.63 | 0.88 | 0.38 |
| Hex | A5 | B8 | C | A | 0 | 5D | 1C | 43 | 58 | 26 |
| Octal | 245 | 270 | 14 | 12 | 0 | 135 | 34 | 103 | 130 | 46 |
| Binary | 10100101 | 10111000 | 1100 | 1010 | 0 | 1011101 | 11100 | 1000011 | 1011000 | 100110 |
Color Harmonies of #A5B80C
Complementary color
Monochromatic Colors of #A5B80C
Black with #A5B80C
Text Example
Text Example
White with #A5B80C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5B80C; }
p { color: rgb(165,184,12); }
H1.HeaderClassName
{
color: #A5B80C;
}
.AnyTagClassName
{
color: #A5B80C;
}
</style>
background-color css
<style>
a { background-color: #A5B80C; }
a { background-color: rgb(165,184,12); }
div.DivClassName
{
background-color: #A5B80C;
}
.BgClassName
{
background-color: #A5B80C;
}
</style>
border-color css
<style>
span { border-color: #A5B80C; }
span { border-color: rgb(165,184,12); }
td.TdClassName
{
border-color: #A5B80C;
}
.TagClassName
{
border-color: #A5B80C;
}
</style>