#A2B116

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

Shades of Citrus #A2B116

Tints of Citrus #A2B116

Color information

#A2B116 (or 0xA2B116) is unknown color: approx Citrus. HEX triplet: A2, B1 and 16. RGB value is (162,177,22). Sum of RGB (Red+Green+Blue) = 162+177+22=361 (47% of max value = 765). Red value is 162 (63.67% from 255 or 44.88% from 361); Green value is 177 (69.53% from 255 or 49.03% from 361); Blue value is 22 (8.98% from 255 or 6.09% from 361); Max value from RGB is 177 - color contains mainly: green. Hex color #A2B116 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A2B116 is #5D4EE9. Grayscale: #9B9B9B. Windows color (decimal): -6115050 or 1487266. OLE color: 1487266.

HSL color Cylindrical-coordinate representation of color #A2B116: hue angle of 65.81º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A2B116 is Cyan = 0.08, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.31.

Color convert

RGB16217722-
CMYK0.0800.880.31
HSL65.81º77.89%39.02%-
HSV(B)65.81º87.57%69.41%-
XYZ30.7739.186.7-
YUV154.8453.03133.1-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 44.88%
GREEN value IS 177 (69.53% from 255) = 49.03%
BLUE value IS 22 (8.98% from 255) = 6.09%
R=44.88%
G=49.03%
B=6.09%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal162177220.0800.880.3165.8177.8939.02
HexA2B11680581F424e27
Octal242261261001303710211647
Binary1010001010110001101101000010110001111110000101001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2B116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2B116; }

 p { color: rgb(162,177,22); }

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

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

 a { background-color: rgb(162,177,22); }

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

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

 span { border-color: rgb(162,177,22); }

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