Shades of Citrus #A1BC02
Tints of Citrus #A1BC02
RGB
CMYK
RGB Variations
Color information
#A1BC02 (or 0xA1BC02) is known color: Citrus. HEX triplet: A1, BC and 02. RGB value is (161,188,2). Sum of RGB (Red+Green+Blue) = 161+188+2=351 (46% of max value = 765). Red value is 161 (63.28% from 255 or 45.87% from 351); Green value is 188 (73.83% from 255 or 53.56% from 351); Blue value is 2 (1.17% from 255 or 0.57% from 351); Max value from RGB is 188 - color contains mainly: green. Hex color #A1BC02 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1BC02 is #5E43FD. Grayscale: #9F9F9F. Windows color (decimal): -6177790 or 179361. OLE color: 179361.
HSL color Cylindrical-coordinate representation of color #A1BC02: hue angle of 68.71º degrees, saturation: 0.98, 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 #A1BC02 is Cyan = 0.14, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 161 | 188 | 2 | - |
| CMYK | 0.14 | 0 | 0.99 | 0.26 |
| HSL | 68.71º | 0.98% | 0.37% | - |
| HSV(B) | 68.71º | 0.99% | 0.74% | - |
| XYZ | 32.69 | 43.55 | 6.74 | - |
| YUV | 158.72 | 39.55 | 129.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 188 | 2 | 0.14 | 0 | 0.99 | 0.26 | 68.71 | 0.98 | 0.37 |
| Hex | A1 | BC | 2 | E | 0 | 63 | 1A | 45 | 62 | 25 |
| Octal | 241 | 274 | 2 | 16 | 0 | 143 | 32 | 105 | 142 | 45 |
| Binary | 10100001 | 10111100 | 10 | 1110 | 0 | 1100011 | 11010 | 1000101 | 1100010 | 100101 |
Color Harmonies of #A1BC02
Complementary color
Monochromatic Colors of #A1BC02
Black with #A1BC02
Text Example
Text Example
White with #A1BC02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BC02; }
p { color: rgb(161,188,2); }
H1.HeaderClassName
{
color: #A1BC02;
}
.AnyTagClassName
{
color: #A1BC02;
}
</style>
background-color css
<style>
a { background-color: #A1BC02; }
a { background-color: rgb(161,188,2); }
div.DivClassName
{
background-color: #A1BC02;
}
.BgClassName
{
background-color: #A1BC02;
}
</style>
border-color css
<style>
span { border-color: #A1BC02; }
span { border-color: rgb(161,188,2); }
td.TdClassName
{
border-color: #A1BC02;
}
.TagClassName
{
border-color: #A1BC02;
}
</style>