Shades of Citrus #A2BC13
Tints of Citrus #A2BC13
RGB
CMYK
RGB Variations
Color information
#A2BC13 (or 0xA2BC13) is known color: Citrus. HEX triplet: A2, BC and 13. RGB value is (162,188,19). Sum of RGB (Red+Green+Blue) = 162+188+19=369 (48% of max value = 765). Red value is 162 (63.67% from 255 or 43.90% from 369); Green value is 188 (73.83% from 255 or 50.95% from 369); Blue value is 19 (7.81% from 255 or 5.15% from 369); Max value from RGB is 188 - color contains mainly: green. Hex color #A2BC13 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2BC13 is #5D43EC. Grayscale: #A1A1A1. Windows color (decimal): -6112237 or 1293474. OLE color: 1293474.
HSL color Cylindrical-coordinate representation of color #A2BC13: hue angle of 69.23º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A2BC13 is Cyan = 0.14, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 162 | 188 | 19 | - |
| CMYK | 0.14 | 0 | 0.90 | 0.26 |
| HSL | 69.23º | 0.82% | 0.41% | - |
| HSV(B) | 69.23º | 0.9% | 0.74% | - |
| XYZ | 33 | 43.69 | 7.31 | - |
| YUV | 160.96 | 47.89 | 128.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 188 | 19 | 0.14 | 0 | 0.90 | 0.26 | 69.23 | 0.82 | 0.41 |
| Hex | A2 | BC | 13 | E | 0 | 5A | 1A | 45 | 52 | 29 |
| Octal | 242 | 274 | 23 | 16 | 0 | 132 | 32 | 105 | 122 | 51 |
| Binary | 10100010 | 10111100 | 10011 | 1110 | 0 | 1011010 | 11010 | 1000101 | 1010010 | 101001 |
Color Harmonies of #A2BC13
Complementary color
Monochromatic Colors of #A2BC13
Black with #A2BC13
Text Example
Text Example
White with #A2BC13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BC13; }
p { color: rgb(162,188,19); }
H1.HeaderClassName
{
color: #A2BC13;
}
.AnyTagClassName
{
color: #A2BC13;
}
</style>
background-color css
<style>
a { background-color: #A2BC13; }
a { background-color: rgb(162,188,19); }
div.DivClassName
{
background-color: #A2BC13;
}
.BgClassName
{
background-color: #A2BC13;
}
</style>
border-color css
<style>
span { border-color: #A2BC13; }
span { border-color: rgb(162,188,19); }
td.TdClassName
{
border-color: #A2BC13;
}
.TagClassName
{
border-color: #A2BC13;
}
</style>