Shades of Citrus #A0B80B
Tints of Citrus #A0B80B
RGB
CMYK
RGB Variations
Color information
#A0B80B (or 0xA0B80B) is known color: Citrus. HEX triplet: A0, B8 and 0B. RGB value is (160,184,11). Sum of RGB (Red+Green+Blue) = 160+184+11=355 (47% of max value = 765). Red value is 160 (62.89% from 255 or 45.07% from 355); Green value is 184 (72.27% from 255 or 51.83% from 355); Blue value is 11 (4.69% from 255 or 3.10% from 355); Max value from RGB is 184 - color contains mainly: green. Hex color #A0B80B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0B80B is #5F47F4. Grayscale: #9D9D9D. Windows color (decimal): -6244341 or 768160. OLE color: 768160.
HSL color Cylindrical-coordinate representation of color #A0B80B: hue angle of 68.32º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A0B80B is Cyan = 0.13, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 160 | 184 | 11 | - |
| CMYK | 0.13 | 0 | 0.94 | 0.28 |
| HSL | 68.32º | 0.89% | 0.38% | - |
| HSV(B) | 68.32º | 0.94% | 0.72% | - |
| XYZ | 31.7 | 41.78 | 6.71 | - |
| YUV | 157.1 | 45.55 | 130.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 184 | 11 | 0.13 | 0 | 0.94 | 0.28 | 68.32 | 0.89 | 0.38 |
| Hex | A0 | B8 | B | D | 0 | 5E | 1C | 44 | 59 | 26 |
| Octal | 240 | 270 | 13 | 15 | 0 | 136 | 34 | 104 | 131 | 46 |
| Binary | 10100000 | 10111000 | 1011 | 1101 | 0 | 1011110 | 11100 | 1000100 | 1011001 | 100110 |
Color Harmonies of #A0B80B
Complementary color
Monochromatic Colors of #A0B80B
Black with #A0B80B
Text Example
Text Example
White with #A0B80B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B80B; }
p { color: rgb(160,184,11); }
H1.HeaderClassName
{
color: #A0B80B;
}
.AnyTagClassName
{
color: #A0B80B;
}
</style>
background-color css
<style>
a { background-color: #A0B80B; }
a { background-color: rgb(160,184,11); }
div.DivClassName
{
background-color: #A0B80B;
}
.BgClassName
{
background-color: #A0B80B;
}
</style>
border-color css
<style>
span { border-color: #A0B80B; }
span { border-color: rgb(160,184,11); }
td.TdClassName
{
border-color: #A0B80B;
}
.TagClassName
{
border-color: #A0B80B;
}
</style>