#A2B102

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

Shades of Citrus #A2B102

Tints of Citrus #A2B102

Color information

#A2B102 (or 0xA2B102) is unknown color: approx Citrus. HEX triplet: A2, B1 and 02. RGB value is (162,177,2). Sum of RGB (Red+Green+Blue) = 162+177+2=341 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.51% from 341); Green value is 177 (69.53% from 255 or 51.91% from 341); Blue value is 2 (1.17% from 255 or 0.59% from 341); Max value from RGB is 177 - color contains mainly: green. Hex color #A2B102 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A2B102 is #5D4EFD. Grayscale: #999999. Windows color (decimal): -6115070 or 176546. OLE color: 176546.

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

Color convert

RGB1621772-
CMYK0.0800.990.31
HSL65.14º97.77%35.1%-
HSV(B)65.14º98.87%69.41%-
XYZ30.6339.136-
YUV152.5643.03134.73-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 47.51%
GREEN value IS 177 (69.53% from 255) = 51.91%
BLUE value IS 2 (1.17% from 255) = 0.59%
R=47.51%
G=51.91%
B=0.59%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal16217720.0800.990.3165.1497.7735.1
HexA2B1280631F416223
Octal24226121001433710114243
Binary1010001010110001101000011000111111110000011100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2B102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2B102; }

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

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

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

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

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

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

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

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