Shades of Citrus #A1A91B
Tints of Citrus #A1A91B
RGB
CMYK
RGB Variations
Color information
#A1A91B (or 0xA1A91B) is known color: Citrus. HEX triplet: A1, A9 and 1B. RGB value is (161,169,27). Sum of RGB (Red+Green+Blue) = 161+169+27=357 (47% of max value = 765). Red value is 161 (63.28% from 255 or 45.10% from 357); Green value is 169 (66.41% from 255 or 47.34% from 357); Blue value is 27 (10.94% from 255 or 7.56% from 357); Max value from RGB is 169 - color contains mainly: green. Hex color #A1A91B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1A91B is #5E56E4. Grayscale: #969696. Windows color (decimal): -6182629 or 1812897. OLE color: 1812897.
HSL color Cylindrical-coordinate representation of color #A1A91B: hue angle of 63.38º 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 #A1A91B is Cyan = 0.05, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 161 | 169 | 27 | - |
| CMYK | 0.05 | 0 | 0.84 | 0.34 |
| HSL | 63.38º | 0.72% | 0.38% | - |
| HSV(B) | 63.38º | 0.84% | 0.66% | - |
| XYZ | 29.08 | 36.03 | 6.46 | - |
| YUV | 150.42 | 58.35 | 135.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 169 | 27 | 0.05 | 0 | 0.84 | 0.34 | 63.38 | 0.72 | 0.38 |
| Hex | A1 | A9 | 1B | 5 | 0 | 54 | 22 | 3F | 48 | 26 |
| Octal | 241 | 251 | 33 | 5 | 0 | 124 | 42 | 77 | 110 | 46 |
| Binary | 10100001 | 10101001 | 11011 | 101 | 0 | 1010100 | 100010 | 111111 | 1001000 | 100110 |
Color Harmonies of #A1A91B
Complementary color
Monochromatic Colors of #A1A91B
Black with #A1A91B
Text Example
Text Example
White with #A1A91B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A91B; }
p { color: rgb(161,169,27); }
H1.HeaderClassName
{
color: #A1A91B;
}
.AnyTagClassName
{
color: #A1A91B;
}
</style>
background-color css
<style>
a { background-color: #A1A91B; }
a { background-color: rgb(161,169,27); }
div.DivClassName
{
background-color: #A1A91B;
}
.BgClassName
{
background-color: #A1A91B;
}
</style>
border-color css
<style>
span { border-color: #A1A91B; }
span { border-color: rgb(161,169,27); }
td.TdClassName
{
border-color: #A1A91B;
}
.TagClassName
{
border-color: #A1A91B;
}
</style>