Shades of Citrus #A5A500
Tints of Citrus #A5A500
RGB
CMYK
RGB Variations
Color information
#A5A500 (or 0xA5A500) is known color: Citrus. HEX triplet: A5, A5 and 00. RGB value is (165,165,0). Sum of RGB (Red+Green+Blue) = 165+165+0=330 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50% from 330); Green value is 165 (64.84% from 255 or 50% from 330); Blue value is 0 (0.39% from 255 or 0% from 330); Max value from RGB is 165 - color contains mainly: red, green. Hex color #A5A500 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A5A500 is #5A5AFF. Grayscale: #929292. Windows color (decimal): -5921536 or 42405. OLE color: 42405.
HSL color Cylindrical-coordinate representation of color #A5A500: hue angle of 60º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A5A500 is Cyan = 0, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 165 | 0 | - |
| CMYK | 0 | 0 | 1 | 0.35 |
| HSL | 60º | 1% | 0.32% | - |
| HSV(B) | 60º | 1% | 0.65% | - |
| XYZ | 28.97 | 34.91 | 5.21 | - |
| YUV | 146.19 | 45.5 | 141.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 165 | 0 | 0 | 0 | 1 | 0.35 | 60 | 1 | 0.32 |
| Hex | A5 | A5 | 0 | 0 | 0 | 64 | 23 | 3C | 64 | 20 |
| Octal | 245 | 245 | 0 | 0 | 0 | 144 | 43 | 74 | 144 | 40 |
| Binary | 10100101 | 10100101 | 0 | 0 | 0 | 1100100 | 100011 | 111100 | 1100100 | 100000 |
Color Harmonies of #A5A500
Complementary color
Monochromatic Colors of #A5A500
Black with #A5A500
Text Example
Text Example
White with #A5A500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5A500; }
p { color: rgb(165,165,0); }
H1.HeaderClassName
{
color: #A5A500;
}
.AnyTagClassName
{
color: #A5A500;
}
</style>
background-color css
<style>
a { background-color: #A5A500; }
a { background-color: rgb(165,165,0); }
div.DivClassName
{
background-color: #A5A500;
}
.BgClassName
{
background-color: #A5A500;
}
</style>
border-color css
<style>
span { border-color: #A5A500; }
span { border-color: rgb(165,165,0); }
td.TdClassName
{
border-color: #A5A500;
}
.TagClassName
{
border-color: #A5A500;
}
</style>