Shades of Citrus #A0AB1B
Tints of Citrus #A0AB1B
RGB
CMYK
RGB Variations
Color information
#A0AB1B (or 0xA0AB1B) is known color: Citrus. HEX triplet: A0, AB and 1B. RGB value is (160,171,27). Sum of RGB (Red+Green+Blue) = 160+171+27=358 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.69% from 358); Green value is 171 (67.19% from 255 or 47.77% from 358); Blue value is 27 (10.94% from 255 or 7.54% from 358); Max value from RGB is 171 - color contains mainly: green. Hex color #A0AB1B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0AB1B is #5F54E4. Grayscale: #979797. Windows color (decimal): -6247653 or 1813408. OLE color: 1813408.
HSL color Cylindrical-coordinate representation of color #A0AB1B: hue angle of 64.58º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A0AB1B is Cyan = 0.06, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 171 | 27 | - |
| CMYK | 0.06 | 0 | 0.84 | 0.33 |
| HSL | 64.58º | 0.73% | 0.39% | - |
| HSV(B) | 64.58º | 0.84% | 0.67% | - |
| XYZ | 29.26 | 36.68 | 6.57 | - |
| YUV | 151.3 | 57.86 | 134.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 171 | 27 | 0.06 | 0 | 0.84 | 0.33 | 64.58 | 0.73 | 0.39 |
| Hex | A0 | AB | 1B | 6 | 0 | 54 | 21 | 41 | 49 | 27 |
| Octal | 240 | 253 | 33 | 6 | 0 | 124 | 41 | 101 | 111 | 47 |
| Binary | 10100000 | 10101011 | 11011 | 110 | 0 | 1010100 | 100001 | 1000001 | 1001001 | 100111 |
Color Harmonies of #A0AB1B
Complementary color
Monochromatic Colors of #A0AB1B
Black with #A0AB1B
Text Example
Text Example
White with #A0AB1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AB1B; }
p { color: rgb(160,171,27); }
H1.HeaderClassName
{
color: #A0AB1B;
}
.AnyTagClassName
{
color: #A0AB1B;
}
</style>
background-color css
<style>
a { background-color: #A0AB1B; }
a { background-color: rgb(160,171,27); }
div.DivClassName
{
background-color: #A0AB1B;
}
.BgClassName
{
background-color: #A0AB1B;
}
</style>
border-color css
<style>
span { border-color: #A0AB1B; }
span { border-color: rgb(160,171,27); }
td.TdClassName
{
border-color: #A0AB1B;
}
.TagClassName
{
border-color: #A0AB1B;
}
</style>