Shades of Citrus #A0B902
Tints of Citrus #A0B902
RGB
CMYK
RGB Variations
Color information
#A0B902 (or 0xA0B902) is known color: Citrus. HEX triplet: A0, B9 and 02. RGB value is (160,185,2). Sum of RGB (Red+Green+Blue) = 160+185+2=347 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.11% from 347); Green value is 185 (72.66% from 255 or 53.31% from 347); Blue value is 2 (1.17% from 255 or 0.58% from 347); Max value from RGB is 185 - color contains mainly: green. Hex color #A0B902 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0B902 is #5F46FD. Grayscale: #9D9D9D. Windows color (decimal): -6244094 or 178592. OLE color: 178592.
HSL color Cylindrical-coordinate representation of color #A0B902: hue angle of 68.2º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A0B902 is Cyan = 0.14, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 160 | 185 | 2 | - |
| CMYK | 0.14 | 0 | 0.99 | 0.27 |
| HSL | 68.2º | 0.98% | 0.37% | - |
| HSV(B) | 68.2º | 0.99% | 0.73% | - |
| XYZ | 31.86 | 42.18 | 6.52 | - |
| YUV | 156.66 | 40.72 | 130.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 185 | 2 | 0.14 | 0 | 0.99 | 0.27 | 68.2 | 0.98 | 0.37 |
| Hex | A0 | B9 | 2 | E | 0 | 63 | 1B | 44 | 62 | 25 |
| Octal | 240 | 271 | 2 | 16 | 0 | 143 | 33 | 104 | 142 | 45 |
| Binary | 10100000 | 10111001 | 10 | 1110 | 0 | 1100011 | 11011 | 1000100 | 1100010 | 100101 |
Color Harmonies of #A0B902
Complementary color
Monochromatic Colors of #A0B902
Black with #A0B902
Text Example
Text Example
White with #A0B902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B902; }
p { color: rgb(160,185,2); }
H1.HeaderClassName
{
color: #A0B902;
}
.AnyTagClassName
{
color: #A0B902;
}
</style>
background-color css
<style>
a { background-color: #A0B902; }
a { background-color: rgb(160,185,2); }
div.DivClassName
{
background-color: #A0B902;
}
.BgClassName
{
background-color: #A0B902;
}
</style>
border-color css
<style>
span { border-color: #A0B902; }
span { border-color: rgb(160,185,2); }
td.TdClassName
{
border-color: #A0B902;
}
.TagClassName
{
border-color: #A0B902;
}
</style>