Shades of Citrus #A2B10B
Tints of Citrus #A2B10B
RGB
CMYK
RGB Variations
Color information
#A2B10B (or 0xA2B10B) is known color: Citrus. HEX triplet: A2, B1 and 0B. RGB value is (162,177,11). Sum of RGB (Red+Green+Blue) = 162+177+11=350 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.29% from 350); Green value is 177 (69.53% from 255 or 50.57% from 350); Blue value is 11 (4.69% from 255 or 3.14% from 350); Max value from RGB is 177 - color contains mainly: green. Hex color #A2B10B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A2B10B is #5D4EF4. Grayscale: #9A9A9A. Windows color (decimal): -6115061 or 766370. OLE color: 766370.
HSL color Cylindrical-coordinate representation of color #A2B10B: hue angle of 65.42º 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 #A2B10B is Cyan = 0.08, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 162 | 177 | 11 | - |
| CMYK | 0.08 | 0 | 0.94 | 0.31 |
| HSL | 65.42º | 0.88% | 0.37% | - |
| HSV(B) | 65.42º | 0.94% | 0.69% | - |
| XYZ | 30.68 | 39.15 | 6.26 | - |
| YUV | 153.59 | 47.53 | 134 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 177 | 11 | 0.08 | 0 | 0.94 | 0.31 | 65.42 | 0.88 | 0.37 |
| Hex | A2 | B1 | B | 8 | 0 | 5E | 1F | 41 | 58 | 25 |
| Octal | 242 | 261 | 13 | 10 | 0 | 136 | 37 | 101 | 130 | 45 |
| Binary | 10100010 | 10110001 | 1011 | 1000 | 0 | 1011110 | 11111 | 1000001 | 1011000 | 100101 |
Color Harmonies of #A2B10B
Complementary color
Monochromatic Colors of #A2B10B
Black with #A2B10B
Text Example
Text Example
White with #A2B10B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B10B; }
p { color: rgb(162,177,11); }
H1.HeaderClassName
{
color: #A2B10B;
}
.AnyTagClassName
{
color: #A2B10B;
}
</style>
background-color css
<style>
a { background-color: #A2B10B; }
a { background-color: rgb(162,177,11); }
div.DivClassName
{
background-color: #A2B10B;
}
.BgClassName
{
background-color: #A2B10B;
}
</style>
border-color css
<style>
span { border-color: #A2B10B; }
span { border-color: rgb(162,177,11); }
td.TdClassName
{
border-color: #A2B10B;
}
.TagClassName
{
border-color: #A2B10B;
}
</style>