Shades of Citrus #A9B112
Tints of Citrus #A9B112
RGB
CMYK
RGB Variations
Color information
#A9B112 (or 0xA9B112) is known color: Citrus. HEX triplet: A9, B1 and 12. RGB value is (169,177,18). Sum of RGB (Red+Green+Blue) = 169+177+18=364 (48% of max value = 765). Red value is 169 (66.41% from 255 or 46.43% from 364); Green value is 177 (69.53% from 255 or 48.63% from 364); Blue value is 18 (7.42% from 255 or 4.95% from 364); Max value from RGB is 177 - color contains mainly: green. Hex color #A9B112 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A9B112 is #564EED. Grayscale: #9D9D9D. Windows color (decimal): -5656302 or 1225129. OLE color: 1225129.
HSL color Cylindrical-coordinate representation of color #A9B112: hue angle of 63.02º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A9B112 is Cyan = 0.05, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 169 | 177 | 18 | - |
| CMYK | 0.05 | 0 | 0.90 | 0.31 |
| HSL | 63.02º | 0.82% | 0.38% | - |
| HSV(B) | 63.02º | 0.9% | 0.69% | - |
| XYZ | 32.19 | 39.92 | 6.58 | - |
| YUV | 156.48 | 49.85 | 136.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 177 | 18 | 0.05 | 0 | 0.90 | 0.31 | 63.02 | 0.82 | 0.38 |
| Hex | A9 | B1 | 12 | 5 | 0 | 5A | 1F | 3F | 52 | 26 |
| Octal | 251 | 261 | 22 | 5 | 0 | 132 | 37 | 77 | 122 | 46 |
| Binary | 10101001 | 10110001 | 10010 | 101 | 0 | 1011010 | 11111 | 111111 | 1010010 | 100110 |
Color Harmonies of #A9B112
Complementary color
Monochromatic Colors of #A9B112
Black with #A9B112
Text Example
Text Example
White with #A9B112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9B112; }
p { color: rgb(169,177,18); }
H1.HeaderClassName
{
color: #A9B112;
}
.AnyTagClassName
{
color: #A9B112;
}
</style>
background-color css
<style>
a { background-color: #A9B112; }
a { background-color: rgb(169,177,18); }
div.DivClassName
{
background-color: #A9B112;
}
.BgClassName
{
background-color: #A9B112;
}
</style>
border-color css
<style>
span { border-color: #A9B112; }
span { border-color: rgb(169,177,18); }
td.TdClassName
{
border-color: #A9B112;
}
.TagClassName
{
border-color: #A9B112;
}
</style>