Shades of Citrus #A5B00A
Tints of Citrus #A5B00A
RGB
CMYK
RGB Variations
Color information
#A5B00A (or 0xA5B00A) is known color: Citrus. HEX triplet: A5, B0 and 0A. RGB value is (165,176,10). Sum of RGB (Red+Green+Blue) = 165+176+10=351 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.01% from 351); Green value is 176 (69.14% from 255 or 50.14% from 351); Blue value is 10 (4.30% from 255 or 2.85% from 351); Max value from RGB is 176 - color contains mainly: green. Hex color #A5B00A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A5B00A is #5A4FF5. Grayscale: #9A9A9A. Windows color (decimal): -5918710 or 700581. OLE color: 700581.
HSL color Cylindrical-coordinate representation of color #A5B00A: hue angle of 63.98º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A5B00A is Cyan = 0.06, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 165 | 176 | 10 | - |
| CMYK | 0.06 | 0 | 0.94 | 0.31 |
| HSL | 63.98º | 0.89% | 0.36% | - |
| HSV(B) | 63.98º | 0.94% | 0.69% | - |
| XYZ | 31.1 | 39.07 | 6.19 | - |
| YUV | 153.79 | 46.86 | 136 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 176 | 10 | 0.06 | 0 | 0.94 | 0.31 | 63.98 | 0.89 | 0.36 |
| Hex | A5 | B0 | A | 6 | 0 | 5E | 1F | 40 | 59 | 24 |
| Octal | 245 | 260 | 12 | 6 | 0 | 136 | 37 | 100 | 131 | 44 |
| Binary | 10100101 | 10110000 | 1010 | 110 | 0 | 1011110 | 11111 | 1000000 | 1011001 | 100100 |
Color Harmonies of #A5B00A
Complementary color
Monochromatic Colors of #A5B00A
Black with #A5B00A
Text Example
Text Example
White with #A5B00A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5B00A; }
p { color: rgb(165,176,10); }
H1.HeaderClassName
{
color: #A5B00A;
}
.AnyTagClassName
{
color: #A5B00A;
}
</style>
background-color css
<style>
a { background-color: #A5B00A; }
a { background-color: rgb(165,176,10); }
div.DivClassName
{
background-color: #A5B00A;
}
.BgClassName
{
background-color: #A5B00A;
}
</style>
border-color css
<style>
span { border-color: #A5B00A; }
span { border-color: rgb(165,176,10); }
td.TdClassName
{
border-color: #A5B00A;
}
.TagClassName
{
border-color: #A5B00A;
}
</style>