Shades of Citrus #A2B10C
Tints of Citrus #A2B10C
RGB
CMYK
RGB Variations
Color information
#A2B10C (or 0xA2B10C) is known color: Citrus. HEX triplet: A2, B1 and 0C. RGB value is (162,177,12). Sum of RGB (Red+Green+Blue) = 162+177+12=351 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.15% from 351); Green value is 177 (69.53% from 255 or 50.43% from 351); Blue value is 12 (5.08% from 255 or 3.42% from 351); Max value from RGB is 177 - color contains mainly: green. Hex color #A2B10C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A2B10C is #5D4EF3. Grayscale: #9A9A9A. Windows color (decimal): -6115060 or 831906. OLE color: 831906.
HSL color Cylindrical-coordinate representation of color #A2B10C: hue angle of 65.45º degrees, saturation: 0.87, 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 #A2B10C is Cyan = 0.08, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 162 | 177 | 12 | - |
| CMYK | 0.08 | 0 | 0.93 | 0.31 |
| HSL | 65.45º | 0.87% | 0.37% | - |
| HSV(B) | 65.45º | 0.93% | 0.69% | - |
| XYZ | 30.69 | 39.15 | 6.29 | - |
| YUV | 153.71 | 48.03 | 133.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 177 | 12 | 0.08 | 0 | 0.93 | 0.31 | 65.45 | 0.87 | 0.37 |
| Hex | A2 | B1 | C | 8 | 0 | 5D | 1F | 41 | 57 | 25 |
| Octal | 242 | 261 | 14 | 10 | 0 | 135 | 37 | 101 | 127 | 45 |
| Binary | 10100010 | 10110001 | 1100 | 1000 | 0 | 1011101 | 11111 | 1000001 | 1010111 | 100101 |
Color Harmonies of #A2B10C
Complementary color
Monochromatic Colors of #A2B10C
Black with #A2B10C
Text Example
Text Example
White with #A2B10C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B10C; }
p { color: rgb(162,177,12); }
H1.HeaderClassName
{
color: #A2B10C;
}
.AnyTagClassName
{
color: #A2B10C;
}
</style>
background-color css
<style>
a { background-color: #A2B10C; }
a { background-color: rgb(162,177,12); }
div.DivClassName
{
background-color: #A2B10C;
}
.BgClassName
{
background-color: #A2B10C;
}
</style>
border-color css
<style>
span { border-color: #A2B10C; }
span { border-color: rgb(162,177,12); }
td.TdClassName
{
border-color: #A2B10C;
}
.TagClassName
{
border-color: #A2B10C;
}
</style>