Shades of Citrus #A0B904
Tints of Citrus #A0B904
RGB
CMYK
RGB Variations
Color information
#A0B904 (or 0xA0B904) is known color: Citrus. HEX triplet: A0, B9 and 04. RGB value is (160,185,4). Sum of RGB (Red+Green+Blue) = 160+185+4=349 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.85% from 349); Green value is 185 (72.66% from 255 or 53.01% from 349); Blue value is 4 (1.95% from 255 or 1.15% from 349); Max value from RGB is 185 - color contains mainly: green. Hex color #A0B904 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0B904 is #5F46FB. Grayscale: #9D9D9D. Windows color (decimal): -6244092 or 309664. OLE color: 309664.
HSL color Cylindrical-coordinate representation of color #A0B904: hue angle of 68.29º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A0B904 is Cyan = 0.14, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 160 | 185 | 4 | - |
| CMYK | 0.14 | 0 | 0.98 | 0.27 |
| HSL | 68.29º | 0.96% | 0.37% | - |
| HSV(B) | 68.29º | 0.98% | 0.73% | - |
| XYZ | 31.87 | 42.18 | 6.58 | - |
| YUV | 156.89 | 41.72 | 130.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 185 | 4 | 0.14 | 0 | 0.98 | 0.27 | 68.29 | 0.96 | 0.37 |
| Hex | A0 | B9 | 4 | E | 0 | 62 | 1B | 44 | 60 | 25 |
| Octal | 240 | 271 | 4 | 16 | 0 | 142 | 33 | 104 | 140 | 45 |
| Binary | 10100000 | 10111001 | 100 | 1110 | 0 | 1100010 | 11011 | 1000100 | 1100000 | 100101 |
Color Harmonies of #A0B904
Complementary color
Monochromatic Colors of #A0B904
Black with #A0B904
Text Example
Text Example
White with #A0B904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B904; }
p { color: rgb(160,185,4); }
H1.HeaderClassName
{
color: #A0B904;
}
.AnyTagClassName
{
color: #A0B904;
}
</style>
background-color css
<style>
a { background-color: #A0B904; }
a { background-color: rgb(160,185,4); }
div.DivClassName
{
background-color: #A0B904;
}
.BgClassName
{
background-color: #A0B904;
}
</style>
border-color css
<style>
span { border-color: #A0B904; }
span { border-color: rgb(160,185,4); }
td.TdClassName
{
border-color: #A0B904;
}
.TagClassName
{
border-color: #A0B904;
}
</style>