Shades of Citrus #A0B019
Tints of Citrus #A0B019
RGB
CMYK
RGB Variations
Color information
#A0B019 (or 0xA0B019) is known color: Citrus. HEX triplet: A0, B0 and 19. RGB value is (160,176,25). Sum of RGB (Red+Green+Blue) = 160+176+25=361 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.32% from 361); Green value is 176 (69.14% from 255 or 48.75% from 361); Blue value is 25 (10.16% from 255 or 6.93% from 361); Max value from RGB is 176 - color contains mainly: green. Hex color #A0B019 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A0B019 is #5F4FE6. Grayscale: #9A9A9A. Windows color (decimal): -6246375 or 1683616. OLE color: 1683616.
HSL color Cylindrical-coordinate representation of color #A0B019: hue angle of 66.36º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A0B019 is Cyan = 0.09, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 160 | 176 | 25 | - |
| CMYK | 0.09 | 0 | 0.86 | 0.31 |
| HSL | 66.36º | 0.75% | 0.39% | - |
| HSV(B) | 66.36º | 0.86% | 0.69% | - |
| XYZ | 30.2 | 38.59 | 6.78 | - |
| YUV | 154 | 55.2 | 132.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 176 | 25 | 0.09 | 0 | 0.86 | 0.31 | 66.36 | 0.75 | 0.39 |
| Hex | A0 | B0 | 19 | 9 | 0 | 56 | 1F | 42 | 4B | 27 |
| Octal | 240 | 260 | 31 | 11 | 0 | 126 | 37 | 102 | 113 | 47 |
| Binary | 10100000 | 10110000 | 11001 | 1001 | 0 | 1010110 | 11111 | 1000010 | 1001011 | 100111 |
Color Harmonies of #A0B019
Complementary color
Monochromatic Colors of #A0B019
Black with #A0B019
Text Example
Text Example
White with #A0B019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B019; }
p { color: rgb(160,176,25); }
H1.HeaderClassName
{
color: #A0B019;
}
.AnyTagClassName
{
color: #A0B019;
}
</style>
background-color css
<style>
a { background-color: #A0B019; }
a { background-color: rgb(160,176,25); }
div.DivClassName
{
background-color: #A0B019;
}
.BgClassName
{
background-color: #A0B019;
}
</style>
border-color css
<style>
span { border-color: #A0B019; }
span { border-color: rgb(160,176,25); }
td.TdClassName
{
border-color: #A0B019;
}
.TagClassName
{
border-color: #A0B019;
}
</style>