Shades of Citrus #A2BC06
Tints of Citrus #A2BC06
RGB
CMYK
RGB Variations
Color information
#A2BC06 (or 0xA2BC06) is known color: Citrus. HEX triplet: A2, BC and 06. RGB value is (162,188,6). Sum of RGB (Red+Green+Blue) = 162+188+6=356 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.51% from 356); Green value is 188 (73.83% from 255 or 52.81% from 356); Blue value is 6 (2.73% from 255 or 1.69% from 356); Max value from RGB is 188 - color contains mainly: green. Hex color #A2BC06 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2BC06 is #5D43F9. Grayscale: #A0A0A0. Windows color (decimal): -6112250 or 441506. OLE color: 441506.
HSL color Cylindrical-coordinate representation of color #A2BC06: hue angle of 68.57º degrees, saturation: 0.94, 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 #A2BC06 is Cyan = 0.14, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 162 | 188 | 6 | - |
| CMYK | 0.14 | 0 | 0.97 | 0.26 |
| HSL | 68.57º | 0.94% | 0.38% | - |
| HSV(B) | 68.57º | 0.97% | 0.74% | - |
| XYZ | 32.92 | 43.66 | 6.86 | - |
| YUV | 159.48 | 41.39 | 129.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 188 | 6 | 0.14 | 0 | 0.97 | 0.26 | 68.57 | 0.94 | 0.38 |
| Hex | A2 | BC | 6 | E | 0 | 61 | 1A | 45 | 5E | 26 |
| Octal | 242 | 274 | 6 | 16 | 0 | 141 | 32 | 105 | 136 | 46 |
| Binary | 10100010 | 10111100 | 110 | 1110 | 0 | 1100001 | 11010 | 1000101 | 1011110 | 100110 |
Color Harmonies of #A2BC06
Complementary color
Monochromatic Colors of #A2BC06
Black with #A2BC06
Text Example
Text Example
White with #A2BC06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BC06; }
p { color: rgb(162,188,6); }
H1.HeaderClassName
{
color: #A2BC06;
}
.AnyTagClassName
{
color: #A2BC06;
}
</style>
background-color css
<style>
a { background-color: #A2BC06; }
a { background-color: rgb(162,188,6); }
div.DivClassName
{
background-color: #A2BC06;
}
.BgClassName
{
background-color: #A2BC06;
}
</style>
border-color css
<style>
span { border-color: #A2BC06; }
span { border-color: rgb(162,188,6); }
td.TdClassName
{
border-color: #A2BC06;
}
.TagClassName
{
border-color: #A2BC06;
}
</style>