Shades of Citrus #A2BC05
Tints of Citrus #A2BC05
RGB
CMYK
RGB Variations
Color information
#A2BC05 (or 0xA2BC05) is known color: Citrus. HEX triplet: A2, BC and 05. RGB value is (162,188,5). Sum of RGB (Red+Green+Blue) = 162+188+5=355 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.63% from 355); Green value is 188 (73.83% from 255 or 52.96% from 355); Blue value is 5 (2.34% from 255 or 1.41% from 355); Max value from RGB is 188 - color contains mainly: green. Hex color #A2BC05 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2BC05 is #5D43FA. Grayscale: #A0A0A0. Windows color (decimal): -6112251 or 375970. OLE color: 375970.
HSL color Cylindrical-coordinate representation of color #A2BC05: hue angle of 68.52º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A2BC05 is Cyan = 0.14, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 162 | 188 | 5 | - |
| CMYK | 0.14 | 0 | 0.97 | 0.26 |
| HSL | 68.52º | 0.95% | 0.38% | - |
| HSV(B) | 68.52º | 0.97% | 0.74% | - |
| XYZ | 32.91 | 43.66 | 6.84 | - |
| YUV | 159.36 | 40.89 | 129.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 188 | 5 | 0.14 | 0 | 0.97 | 0.26 | 68.52 | 0.95 | 0.38 |
| Hex | A2 | BC | 5 | E | 0 | 61 | 1A | 45 | 5F | 26 |
| Octal | 242 | 274 | 5 | 16 | 0 | 141 | 32 | 105 | 137 | 46 |
| Binary | 10100010 | 10111100 | 101 | 1110 | 0 | 1100001 | 11010 | 1000101 | 1011111 | 100110 |
Color Harmonies of #A2BC05
Complementary color
Monochromatic Colors of #A2BC05
Black with #A2BC05
Text Example
Text Example
White with #A2BC05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BC05; }
p { color: rgb(162,188,5); }
H1.HeaderClassName
{
color: #A2BC05;
}
.AnyTagClassName
{
color: #A2BC05;
}
</style>
background-color css
<style>
a { background-color: #A2BC05; }
a { background-color: rgb(162,188,5); }
div.DivClassName
{
background-color: #A2BC05;
}
.BgClassName
{
background-color: #A2BC05;
}
</style>
border-color css
<style>
span { border-color: #A2BC05; }
span { border-color: rgb(162,188,5); }
td.TdClassName
{
border-color: #A2BC05;
}
.TagClassName
{
border-color: #A2BC05;
}
</style>