Shades of Citrus #A2BC03
Tints of Citrus #A2BC03
RGB
CMYK
RGB Variations
Color information
#A2BC03 (or 0xA2BC03) is known color: Citrus. HEX triplet: A2, BC and 03. RGB value is (162,188,3). Sum of RGB (Red+Green+Blue) = 162+188+3=353 (46% of max value = 765). Red value is 162 (63.67% from 255 or 45.89% from 353); Green value is 188 (73.83% from 255 or 53.26% from 353); Blue value is 3 (1.56% from 255 or 0.85% from 353); Max value from RGB is 188 - color contains mainly: green. Hex color #A2BC03 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2BC03 is #5D43FC. Grayscale: #9F9F9F. Windows color (decimal): -6112253 or 244898. OLE color: 244898.
HSL color Cylindrical-coordinate representation of color #A2BC03: hue angle of 68.43º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A2BC03 is Cyan = 0.14, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 162 | 188 | 3 | - |
| CMYK | 0.14 | 0 | 0.98 | 0.26 |
| HSL | 68.43º | 0.97% | 0.37% | - |
| HSV(B) | 68.43º | 0.98% | 0.74% | - |
| XYZ | 32.9 | 43.65 | 6.78 | - |
| YUV | 159.14 | 39.89 | 130.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 188 | 3 | 0.14 | 0 | 0.98 | 0.26 | 68.43 | 0.97 | 0.37 |
| Hex | A2 | BC | 3 | E | 0 | 62 | 1A | 44 | 61 | 25 |
| Octal | 242 | 274 | 3 | 16 | 0 | 142 | 32 | 104 | 141 | 45 |
| Binary | 10100010 | 10111100 | 11 | 1110 | 0 | 1100010 | 11010 | 1000100 | 1100001 | 100101 |
Color Harmonies of #A2BC03
Complementary color
Monochromatic Colors of #A2BC03
Black with #A2BC03
Text Example
Text Example
White with #A2BC03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BC03; }
p { color: rgb(162,188,3); }
H1.HeaderClassName
{
color: #A2BC03;
}
.AnyTagClassName
{
color: #A2BC03;
}
</style>
background-color css
<style>
a { background-color: #A2BC03; }
a { background-color: rgb(162,188,3); }
div.DivClassName
{
background-color: #A2BC03;
}
.BgClassName
{
background-color: #A2BC03;
}
</style>
border-color css
<style>
span { border-color: #A2BC03; }
span { border-color: rgb(162,188,3); }
td.TdClassName
{
border-color: #A2BC03;
}
.TagClassName
{
border-color: #A2BC03;
}
</style>