Shades of Citrus #A1B112
Tints of Citrus #A1B112
RGB
CMYK
RGB Variations
Color information
#A1B112 (or 0xA1B112) is known color: Citrus. HEX triplet: A1, B1 and 12. RGB value is (161,177,18). Sum of RGB (Red+Green+Blue) = 161+177+18=356 (47% of max value = 765). Red value is 161 (63.28% from 255 or 45.22% from 356); Green value is 177 (69.53% from 255 or 49.72% from 356); Blue value is 18 (7.42% from 255 or 5.06% from 356); Max value from RGB is 177 - color contains mainly: green. Hex color #A1B112 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A1B112 is #5E4EED. Grayscale: #9A9A9A. Windows color (decimal): -6180590 or 1225121. OLE color: 1225121.
HSL color Cylindrical-coordinate representation of color #A1B112: hue angle of 66.04º 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 #A1B112 is Cyan = 0.09, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 161 | 177 | 18 | - |
| CMYK | 0.09 | 0 | 0.90 | 0.31 |
| HSL | 66.04º | 0.82% | 0.38% | - |
| HSV(B) | 66.04º | 0.9% | 0.69% | - |
| XYZ | 30.53 | 39.07 | 6.5 | - |
| YUV | 154.09 | 51.2 | 132.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 177 | 18 | 0.09 | 0 | 0.90 | 0.31 | 66.04 | 0.82 | 0.38 |
| Hex | A1 | B1 | 12 | 9 | 0 | 5A | 1F | 42 | 52 | 26 |
| Octal | 241 | 261 | 22 | 11 | 0 | 132 | 37 | 102 | 122 | 46 |
| Binary | 10100001 | 10110001 | 10010 | 1001 | 0 | 1011010 | 11111 | 1000010 | 1010010 | 100110 |
Color Harmonies of #A1B112
Complementary color
Monochromatic Colors of #A1B112
Black with #A1B112
Text Example
Text Example
White with #A1B112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1B112; }
p { color: rgb(161,177,18); }
H1.HeaderClassName
{
color: #A1B112;
}
.AnyTagClassName
{
color: #A1B112;
}
</style>
background-color css
<style>
a { background-color: #A1B112; }
a { background-color: rgb(161,177,18); }
div.DivClassName
{
background-color: #A1B112;
}
.BgClassName
{
background-color: #A1B112;
}
</style>
border-color css
<style>
span { border-color: #A1B112; }
span { border-color: rgb(161,177,18); }
td.TdClassName
{
border-color: #A1B112;
}
.TagClassName
{
border-color: #A1B112;
}
</style>