Shades of Citrus #A1B10B
Tints of Citrus #A1B10B
RGB
CMYK
RGB Variations
Color information
#A1B10B (or 0xA1B10B) is known color: Citrus. HEX triplet: A1, B1 and 0B. RGB value is (161,177,11). Sum of RGB (Red+Green+Blue) = 161+177+11=349 (46% of max value = 765). Red value is 161 (63.28% from 255 or 46.13% from 349); Green value is 177 (69.53% from 255 or 50.72% from 349); Blue value is 11 (4.69% from 255 or 3.15% from 349); Max value from RGB is 177 - color contains mainly: green. Hex color #A1B10B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A1B10B is #5E4EF4. Grayscale: #999999. Windows color (decimal): -6180597 or 766369. OLE color: 766369.
HSL color Cylindrical-coordinate representation of color #A1B10B: hue angle of 65.78º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A1B10B is Cyan = 0.09, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 161 | 177 | 11 | - |
| CMYK | 0.09 | 0 | 0.94 | 0.31 |
| HSL | 65.78º | 0.88% | 0.37% | - |
| HSV(B) | 65.78º | 0.94% | 0.69% | - |
| XYZ | 30.48 | 39.05 | 6.25 | - |
| YUV | 153.29 | 47.7 | 133.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 177 | 11 | 0.09 | 0 | 0.94 | 0.31 | 65.78 | 0.88 | 0.37 |
| Hex | A1 | B1 | B | 9 | 0 | 5E | 1F | 42 | 58 | 25 |
| Octal | 241 | 261 | 13 | 11 | 0 | 136 | 37 | 102 | 130 | 45 |
| Binary | 10100001 | 10110001 | 1011 | 1001 | 0 | 1011110 | 11111 | 1000010 | 1011000 | 100101 |
Color Harmonies of #A1B10B
Complementary color
Monochromatic Colors of #A1B10B
Black with #A1B10B
Text Example
Text Example
White with #A1B10B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1B10B; }
p { color: rgb(161,177,11); }
H1.HeaderClassName
{
color: #A1B10B;
}
.AnyTagClassName
{
color: #A1B10B;
}
</style>
background-color css
<style>
a { background-color: #A1B10B; }
a { background-color: rgb(161,177,11); }
div.DivClassName
{
background-color: #A1B10B;
}
.BgClassName
{
background-color: #A1B10B;
}
</style>
border-color css
<style>
span { border-color: #A1B10B; }
span { border-color: rgb(161,177,11); }
td.TdClassName
{
border-color: #A1B10B;
}
.TagClassName
{
border-color: #A1B10B;
}
</style>