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