Shades of Citrus #A0A91B
Tints of Citrus #A0A91B
RGB
CMYK
RGB Variations
Color information
#A0A91B (or 0xA0A91B) is known color: Citrus. HEX triplet: A0, A9 and 1B. RGB value is (160,169,27). Sum of RGB (Red+Green+Blue) = 160+169+27=356 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.94% from 356); Green value is 169 (66.41% from 255 or 47.47% from 356); Blue value is 27 (10.94% from 255 or 7.58% from 356); Max value from RGB is 169 - color contains mainly: green. Hex color #A0A91B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0A91B is #5F56E4. Grayscale: #969696. Windows color (decimal): -6248165 or 1812896. OLE color: 1812896.
HSL color Cylindrical-coordinate representation of color #A0A91B: hue angle of 63.8º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A0A91B is Cyan = 0.05, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 160 | 169 | 27 | - |
| CMYK | 0.05 | 0 | 0.84 | 0.34 |
| HSL | 63.8º | 0.72% | 0.38% | - |
| HSV(B) | 63.8º | 0.84% | 0.66% | - |
| XYZ | 28.88 | 35.93 | 6.45 | - |
| YUV | 150.12 | 58.52 | 135.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 169 | 27 | 0.05 | 0 | 0.84 | 0.34 | 63.8 | 0.72 | 0.38 |
| Hex | A0 | A9 | 1B | 5 | 0 | 54 | 22 | 40 | 48 | 26 |
| Octal | 240 | 251 | 33 | 5 | 0 | 124 | 42 | 100 | 110 | 46 |
| Binary | 10100000 | 10101001 | 11011 | 101 | 0 | 1010100 | 100010 | 1000000 | 1001000 | 100110 |
Color Harmonies of #A0A91B
Complementary color
Monochromatic Colors of #A0A91B
Black with #A0A91B
Text Example
Text Example
White with #A0A91B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0A91B; }
p { color: rgb(160,169,27); }
H1.HeaderClassName
{
color: #A0A91B;
}
.AnyTagClassName
{
color: #A0A91B;
}
</style>
background-color css
<style>
a { background-color: #A0A91B; }
a { background-color: rgb(160,169,27); }
div.DivClassName
{
background-color: #A0A91B;
}
.BgClassName
{
background-color: #A0A91B;
}
</style>
border-color css
<style>
span { border-color: #A0A91B; }
span { border-color: rgb(160,169,27); }
td.TdClassName
{
border-color: #A0A91B;
}
.TagClassName
{
border-color: #A0A91B;
}
</style>