Shades of Citrus #A2BC10
Tints of Citrus #A2BC10
RGB
CMYK
RGB Variations
Color information
#A2BC10 (or 0xA2BC10) is known color: Citrus. HEX triplet: A2, BC and 10. RGB value is (162,188,16). Sum of RGB (Red+Green+Blue) = 162+188+16=366 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.26% from 366); Green value is 188 (73.83% from 255 or 51.37% from 366); Blue value is 16 (6.64% from 255 or 4.37% from 366); Max value from RGB is 188 - color contains mainly: green. Hex color #A2BC10 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2BC10 is #5D43EF. Grayscale: #A1A1A1. Windows color (decimal): -6112240 or 1096866. OLE color: 1096866.
HSL color Cylindrical-coordinate representation of color #A2BC10: hue angle of 69.07º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A2BC10 is Cyan = 0.14, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 162 | 188 | 16 | - |
| CMYK | 0.14 | 0 | 0.91 | 0.26 |
| HSL | 69.07º | 0.84% | 0.4% | - |
| HSV(B) | 69.07º | 0.91% | 0.74% | - |
| XYZ | 32.98 | 43.69 | 7.18 | - |
| YUV | 160.62 | 46.39 | 128.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 188 | 16 | 0.14 | 0 | 0.91 | 0.26 | 69.07 | 0.84 | 0.4 |
| Hex | A2 | BC | 10 | E | 0 | 5B | 1A | 45 | 54 | 28 |
| Octal | 242 | 274 | 20 | 16 | 0 | 133 | 32 | 105 | 124 | 50 |
| Binary | 10100010 | 10111100 | 10000 | 1110 | 0 | 1011011 | 11010 | 1000101 | 1010100 | 101000 |
Color Harmonies of #A2BC10
Complementary color
Monochromatic Colors of #A2BC10
Black with #A2BC10
Text Example
Text Example
White with #A2BC10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BC10; }
p { color: rgb(162,188,16); }
H1.HeaderClassName
{
color: #A2BC10;
}
.AnyTagClassName
{
color: #A2BC10;
}
</style>
background-color css
<style>
a { background-color: #A2BC10; }
a { background-color: rgb(162,188,16); }
div.DivClassName
{
background-color: #A2BC10;
}
.BgClassName
{
background-color: #A2BC10;
}
</style>
border-color css
<style>
span { border-color: #A2BC10; }
span { border-color: rgb(162,188,16); }
td.TdClassName
{
border-color: #A2BC10;
}
.TagClassName
{
border-color: #A2BC10;
}
</style>