#A2BC11

Color #A2BC11 Citrus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Citrus #A2BC11

Tints of Citrus #A2BC11

Color information

#A2BC11 (or 0xA2BC11) is unknown color: approx Citrus. HEX triplet: A2, BC and 11. RGB value is (162,188,17). Sum of RGB (Red+Green+Blue) = 162+188+17=367 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.14% from 367); Green value is 188 (73.83% from 255 or 51.23% from 367); Blue value is 17 (7.03% from 255 or 4.63% from 367); Max value from RGB is 188 - color contains mainly: green. Hex color #A2BC11 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2BC11 is #5D43EE. Grayscale: #A1A1A1. Windows color (decimal): -6112239 or 1162402. OLE color: 1162402.

HSL color Cylindrical-coordinate representation of color #A2BC11: hue angle of 69.12º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A2BC11 is Cyan = 0.14, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.26.

Color convert

RGB16218817-
CMYK0.1400.910.26
HSL69.12º83.41%40.2%-
HSV(B)69.12º90.96%73.73%-
XYZ32.9843.697.22-
YUV160.7346.89128.9-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 162 (63.67% from 255) = 44.14%
GREEN value IS 188 (73.83% from 255) = 51.23%
BLUE value IS 17 (7.03% from 255) = 4.63%
R=44.14%
G=51.23%
B=4.63%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal162188170.1400.910.2669.1283.4140.2
HexA2BC11E05B1A455328
Octal242274211601333210512350
Binary1010001010111100100011110010110111101010001011010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2BC11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2BC11; }

 p { color: rgb(162,188,17); }

 H1.HeaderClassName
 {
   color: #A2BC11;
 }
 .AnyTagClassName
 {
   color: #A2BC11;
 }
</style>
background-color css

<style>
 a { background-color: #A2BC11; }

 a { background-color: rgb(162,188,17); }

 div.DivClassName
 {
   background-color: #A2BC11;
 }
 .BgClassName
 {
   background-color: #A2BC11;
 }
</style>
border-color css

<style>
 span { border-color: #A2BC11; }

 span { border-color: rgb(162,188,17); }

 td.TdClassName
 {
   border-color: #A2BC11;
 }
 .TagClassName
 {
   border-color: #A2BC11;
 }
</style>