Shades of Citrus #A1B100
Tints of Citrus #A1B100
RGB
CMYK
RGB Variations
Color information
#A1B100 (or 0xA1B100) is known color: Citrus. HEX triplet: A1, B1 and 00. RGB value is (161,177,0). Sum of RGB (Red+Green+Blue) = 161+177+0=338 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.63% from 338); Green value is 177 (69.53% from 255 or 52.37% from 338); Blue value is 0 (0.39% from 255 or 0% from 338); Max value from RGB is 177 - color contains mainly: green. Hex color #A1B100 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A1B100 is #5E4EFF. Grayscale: #989898. Windows color (decimal): -6180608 or 45473. OLE color: 45473.
HSL color Cylindrical-coordinate representation of color #A1B100: hue angle of 65.42º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A1B100 is Cyan = 0.09, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 161 | 177 | 0 | - |
| CMYK | 0.09 | 0 | 1 | 0.31 |
| HSL | 65.42º | 1% | 0.35% | - |
| HSV(B) | 65.42º | 1% | 0.69% | - |
| XYZ | 30.42 | 39.02 | 5.93 | - |
| YUV | 152.04 | 42.2 | 134.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 177 | 0 | 0.09 | 0 | 1 | 0.31 | 65.42 | 1 | 0.35 |
| Hex | A1 | B1 | 0 | 9 | 0 | 64 | 1F | 41 | 64 | 23 |
| Octal | 241 | 261 | 0 | 11 | 0 | 144 | 37 | 101 | 144 | 43 |
| Binary | 10100001 | 10110001 | 0 | 1001 | 0 | 1100100 | 11111 | 1000001 | 1100100 | 100011 |
Color Harmonies of #A1B100
Complementary color
Monochromatic Colors of #A1B100
Black with #A1B100
Text Example
Text Example
White with #A1B100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1B100; }
p { color: rgb(161,177,0); }
H1.HeaderClassName
{
color: #A1B100;
}
.AnyTagClassName
{
color: #A1B100;
}
</style>
background-color css
<style>
a { background-color: #A1B100; }
a { background-color: rgb(161,177,0); }
div.DivClassName
{
background-color: #A1B100;
}
.BgClassName
{
background-color: #A1B100;
}
</style>
border-color css
<style>
span { border-color: #A1B100; }
span { border-color: rgb(161,177,0); }
td.TdClassName
{
border-color: #A1B100;
}
.TagClassName
{
border-color: #A1B100;
}
</style>