Shades of Citrus #A2BC04
Tints of Citrus #A2BC04
RGB
CMYK
RGB Variations
Color information
#A2BC04 (or 0xA2BC04) is known color: Citrus. HEX triplet: A2, BC and 04. RGB value is (162,188,4). Sum of RGB (Red+Green+Blue) = 162+188+4=354 (46% of max value = 765). Red value is 162 (63.67% from 255 or 45.76% from 354); Green value is 188 (73.83% from 255 or 53.11% from 354); Blue value is 4 (1.95% from 255 or 1.13% from 354); Max value from RGB is 188 - color contains mainly: green. Hex color #A2BC04 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2BC04 is #5D43FB. Grayscale: #9F9F9F. Windows color (decimal): -6112252 or 310434. OLE color: 310434.
HSL color Cylindrical-coordinate representation of color #A2BC04: hue angle of 68.48º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A2BC04 is Cyan = 0.14, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 162 | 188 | 4 | - |
| CMYK | 0.14 | 0 | 0.98 | 0.26 |
| HSL | 68.48º | 0.96% | 0.38% | - |
| HSV(B) | 68.48º | 0.98% | 0.74% | - |
| XYZ | 32.91 | 43.66 | 6.81 | - |
| YUV | 159.25 | 40.39 | 129.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 188 | 4 | 0.14 | 0 | 0.98 | 0.26 | 68.48 | 0.96 | 0.38 |
| Hex | A2 | BC | 4 | E | 0 | 62 | 1A | 44 | 60 | 26 |
| Octal | 242 | 274 | 4 | 16 | 0 | 142 | 32 | 104 | 140 | 46 |
| Binary | 10100010 | 10111100 | 100 | 1110 | 0 | 1100010 | 11010 | 1000100 | 1100000 | 100110 |
Color Harmonies of #A2BC04
Complementary color
Monochromatic Colors of #A2BC04
Black with #A2BC04
Text Example
Text Example
White with #A2BC04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BC04; }
p { color: rgb(162,188,4); }
H1.HeaderClassName
{
color: #A2BC04;
}
.AnyTagClassName
{
color: #A2BC04;
}
</style>
background-color css
<style>
a { background-color: #A2BC04; }
a { background-color: rgb(162,188,4); }
div.DivClassName
{
background-color: #A2BC04;
}
.BgClassName
{
background-color: #A2BC04;
}
</style>
border-color css
<style>
span { border-color: #A2BC04; }
span { border-color: rgb(162,188,4); }
td.TdClassName
{
border-color: #A2BC04;
}
.TagClassName
{
border-color: #A2BC04;
}
</style>