Shades of Citrus #A0B900
Tints of Citrus #A0B900
RGB
CMYK
RGB Variations
Color information
#A0B900 (or 0xA0B900) is known color: Citrus. HEX triplet: A0, B9 and 00. RGB value is (160,185,0). Sum of RGB (Red+Green+Blue) = 160+185+0=345 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.38% from 345); Green value is 185 (72.66% from 255 or 53.62% from 345); Blue value is 0 (0.39% from 255 or 0% from 345); Max value from RGB is 185 - color contains mainly: green. Hex color #A0B900 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0B900 is #5F46FF. Grayscale: #9D9D9D. Windows color (decimal): -6244096 or 47520. OLE color: 47520.
HSL color Cylindrical-coordinate representation of color #A0B900: hue angle of 68.11º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A0B900 is Cyan = 0.14, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 160 | 185 | 0 | - |
| CMYK | 0.14 | 0 | 1 | 0.27 |
| HSL | 68.11º | 1% | 0.36% | - |
| HSV(B) | 68.11º | 1% | 0.73% | - |
| XYZ | 31.85 | 42.17 | 6.46 | - |
| YUV | 156.44 | 39.72 | 130.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 185 | 0 | 0.14 | 0 | 1 | 0.27 | 68.11 | 1 | 0.36 |
| Hex | A0 | B9 | 0 | E | 0 | 64 | 1B | 44 | 64 | 24 |
| Octal | 240 | 271 | 0 | 16 | 0 | 144 | 33 | 104 | 144 | 44 |
| Binary | 10100000 | 10111001 | 0 | 1110 | 0 | 1100100 | 11011 | 1000100 | 1100100 | 100100 |
Color Harmonies of #A0B900
Complementary color
Monochromatic Colors of #A0B900
Black with #A0B900
Text Example
Text Example
White with #A0B900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B900; }
p { color: rgb(160,185,0); }
H1.HeaderClassName
{
color: #A0B900;
}
.AnyTagClassName
{
color: #A0B900;
}
</style>
background-color css
<style>
a { background-color: #A0B900; }
a { background-color: rgb(160,185,0); }
div.DivClassName
{
background-color: #A0B900;
}
.BgClassName
{
background-color: #A0B900;
}
</style>
border-color css
<style>
span { border-color: #A0B900; }
span { border-color: rgb(160,185,0); }
td.TdClassName
{
border-color: #A0B900;
}
.TagClassName
{
border-color: #A0B900;
}
</style>