#A2B076

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

Shades of Locust #A2B076

Tints of Locust #A2B076

Color information

#A2B076 (or 0xA2B076) is unknown color: approx Locust. HEX triplet: A2, B0 and 76. RGB value is (162,176,118). Sum of RGB (Red+Green+Blue) = 162+176+118=456 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.53% from 456); Green value is 176 (69.14% from 255 or 38.60% from 456); Blue value is 118 (46.48% from 255 or 25.88% from 456); Max value from RGB is 176 - color contains mainly: green. Hex color #A2B076 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2B076 is #5D4F89. Grayscale: #A5A5A5. Windows color (decimal): -6115210 or 7778466. OLE color: 7778466.

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

Color convert

RGB162176118-
CMYK0.0800.330.31
HSL74.48º26.85%57.65%-
HSV(B)74.48º32.95%69.02%-
XYZ33.740.0423.09-
YUV165.2101.36125.72-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.53%
GREEN value IS 176 (69.14% from 255) = 38.60%
BLUE value IS 118 (46.48% from 255) = 25.88%
R=35.53%
G=38.60%
B=25.88%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1621761180.0800.330.3174.4826.8557.65
HexA2B07680211F4a1b3a
Octal24226016610041371123372
Binary101000101011000011101101000010000111111100101011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2B076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2B076; }

 p { color: rgb(162,176,118); }

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

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

 a { background-color: rgb(162,176,118); }

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

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

 span { border-color: rgb(162,176,118); }

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