Shades of Citrus #A2B10D
Tints of Citrus #A2B10D
RGB
CMYK
RGB Variations
Color information
#A2B10D (or 0xA2B10D) is known color: Citrus. HEX triplet: A2, B1 and 0D. RGB value is (162,177,13). Sum of RGB (Red+Green+Blue) = 162+177+13=352 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.02% from 352); Green value is 177 (69.53% from 255 or 50.28% from 352); Blue value is 13 (5.47% from 255 or 3.69% from 352); Max value from RGB is 177 - color contains mainly: green. Hex color #A2B10D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A2B10D is #5D4EF2. Grayscale: #9A9A9A. Windows color (decimal): -6115059 or 897442. OLE color: 897442.
HSL color Cylindrical-coordinate representation of color #A2B10D: hue angle of 65.49º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A2B10D is Cyan = 0.08, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 162 | 177 | 13 | - |
| CMYK | 0.08 | 0 | 0.93 | 0.31 |
| HSL | 65.49º | 0.86% | 0.37% | - |
| HSV(B) | 65.49º | 0.93% | 0.69% | - |
| XYZ | 30.7 | 39.15 | 6.32 | - |
| YUV | 153.82 | 48.53 | 133.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 177 | 13 | 0.08 | 0 | 0.93 | 0.31 | 65.49 | 0.86 | 0.37 |
| Hex | A2 | B1 | D | 8 | 0 | 5D | 1F | 41 | 56 | 25 |
| Octal | 242 | 261 | 15 | 10 | 0 | 135 | 37 | 101 | 126 | 45 |
| Binary | 10100010 | 10110001 | 1101 | 1000 | 0 | 1011101 | 11111 | 1000001 | 1010110 | 100101 |
Color Harmonies of #A2B10D
Complementary color
Monochromatic Colors of #A2B10D
Black with #A2B10D
Text Example
Text Example
White with #A2B10D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B10D; }
p { color: rgb(162,177,13); }
H1.HeaderClassName
{
color: #A2B10D;
}
.AnyTagClassName
{
color: #A2B10D;
}
</style>
background-color css
<style>
a { background-color: #A2B10D; }
a { background-color: rgb(162,177,13); }
div.DivClassName
{
background-color: #A2B10D;
}
.BgClassName
{
background-color: #A2B10D;
}
</style>
border-color css
<style>
span { border-color: #A2B10D; }
span { border-color: rgb(162,177,13); }
td.TdClassName
{
border-color: #A2B10D;
}
.TagClassName
{
border-color: #A2B10D;
}
</style>