#A5B078

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

Shades of Locust #A5B078

Tints of Locust #A5B078

Color information

#A5B078 (or 0xA5B078) is unknown color: approx Locust. HEX triplet: A5, B0 and 78. RGB value is (165,176,120). Sum of RGB (Red+Green+Blue) = 165+176+120=461 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.79% from 461); Green value is 176 (69.14% from 255 or 38.18% from 461); Blue value is 120 (47.27% from 255 or 26.03% from 461); Max value from RGB is 176 - color contains mainly: green. Hex color #A5B078 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5B078 is #5A4F87. Grayscale: #A6A6A6. Windows color (decimal): -5918600 or 7909541. OLE color: 7909541.

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

Color convert

RGB165176120-
CMYK0.0600.320.31
HSL71.79º26.17%58.04%-
HSV(B)71.79º31.82%69.02%-
XYZ34.4340.4123.75-
YUV166.33101.86127.05-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.79%
GREEN value IS 176 (69.14% from 255) = 38.18%
BLUE value IS 120 (47.27% from 255) = 26.03%
R=35.79%
G=38.18%
B=26.03%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1651761200.0600.320.3171.7926.1758.04
HexA5B07860201F481a3a
Octal2452601706040371103272
Binary10100101101100001111000110010000011111100100011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5B078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5B078; }

 p { color: rgb(165,176,120); }

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

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

 a { background-color: rgb(165,176,120); }

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

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

 span { border-color: rgb(165,176,120); }

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