#A3B078

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

Shades of Locust #A3B078

Tints of Locust #A3B078

Color information

#A3B078 (or 0xA3B078) is unknown color: approx Locust. HEX triplet: A3, B0 and 78. RGB value is (163,176,120). Sum of RGB (Red+Green+Blue) = 163+176+120=459 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.51% from 459); Green value is 176 (69.14% from 255 or 38.34% from 459); Blue value is 120 (47.27% from 255 or 26.14% from 459); Max value from RGB is 176 - color contains mainly: green. Hex color #A3B078 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3B078 is #5C4F87. Grayscale: #A5A5A5. Windows color (decimal): -6049672 or 7909539. OLE color: 7909539.

HSL color Cylindrical-coordinate representation of color #A3B078: hue angle of 73.93º 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 #A3B078 is Cyan = 0.07, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.31.

Color convert

RGB163176120-
CMYK0.0700.320.31
HSL73.93º26.17%58.04%-
HSV(B)73.93º31.82%69.02%-
XYZ34.0240.1923.73-
YUV165.73102.19126.05-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.51%
GREEN value IS 176 (69.14% from 255) = 38.34%
BLUE value IS 120 (47.27% from 255) = 26.14%
R=35.51%
G=38.34%
B=26.14%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1631761200.0700.320.3173.9326.1758.04
HexA3B07870201F4a1a3a
Octal2432601707040371123272
Binary10100011101100001111000111010000011111100101011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3B078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3B078; }

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

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

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

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

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

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

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

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