Shades of Citrus #A2BC01
Tints of Citrus #A2BC01
RGB
CMYK
RGB Variations
Color information
#A2BC01 (or 0xA2BC01) is known color: Citrus. HEX triplet: A2, BC and 01. RGB value is (162,188,1). Sum of RGB (Red+Green+Blue) = 162+188+1=351 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.15% from 351); Green value is 188 (73.83% from 255 or 53.56% from 351); Blue value is 1 (0.78% from 255 or 0.28% from 351); Max value from RGB is 188 - color contains mainly: green. Hex color #A2BC01 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2BC01 is #5D43FE. Grayscale: #9F9F9F. Windows color (decimal): -6112255 or 113826. OLE color: 113826.
HSL color Cylindrical-coordinate representation of color #A2BC01: hue angle of 68.34º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A2BC01 is Cyan = 0.14, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 162 | 188 | 1 | - |
| CMYK | 0.14 | 0 | 0.99 | 0.26 |
| HSL | 68.34º | 0.99% | 0.37% | - |
| HSV(B) | 68.34º | 0.99% | 0.74% | - |
| XYZ | 32.89 | 43.65 | 6.72 | - |
| YUV | 158.91 | 38.89 | 130.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 188 | 1 | 0.14 | 0 | 0.99 | 0.26 | 68.34 | 0.99 | 0.37 |
| Hex | A2 | BC | 1 | E | 0 | 63 | 1A | 44 | 63 | 25 |
| Octal | 242 | 274 | 1 | 16 | 0 | 143 | 32 | 104 | 143 | 45 |
| Binary | 10100010 | 10111100 | 1 | 1110 | 0 | 1100011 | 11010 | 1000100 | 1100011 | 100101 |
Color Harmonies of #A2BC01
Complementary color
Monochromatic Colors of #A2BC01
Black with #A2BC01
Text Example
Text Example
White with #A2BC01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BC01; }
p { color: rgb(162,188,1); }
H1.HeaderClassName
{
color: #A2BC01;
}
.AnyTagClassName
{
color: #A2BC01;
}
</style>
background-color css
<style>
a { background-color: #A2BC01; }
a { background-color: rgb(162,188,1); }
div.DivClassName
{
background-color: #A2BC01;
}
.BgClassName
{
background-color: #A2BC01;
}
</style>
border-color css
<style>
span { border-color: #A2BC01; }
span { border-color: rgb(162,188,1); }
td.TdClassName
{
border-color: #A2BC01;
}
.TagClassName
{
border-color: #A2BC01;
}
</style>