#A9B474

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

Shades of Locust #A9B474

Tints of Locust #A9B474

Color information

#A9B474 (or 0xA9B474) is unknown color: approx Locust. HEX triplet: A9, B4 and 74. RGB value is (169,180,116). Sum of RGB (Red+Green+Blue) = 169+180+116=465 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.34% from 465); Green value is 180 (70.70% from 255 or 38.71% from 465); Blue value is 116 (45.70% from 255 or 24.95% from 465); Max value from RGB is 180 - color contains mainly: green. Hex color #A9B474 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9B474 is #564B8B. Grayscale: #A9A9A9. Windows color (decimal): -5655436 or 7648425. OLE color: 7648425.

HSL color Cylindrical-coordinate representation of color #A9B474: hue angle of 70.31º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A9B474 is Cyan = 0.06, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.29.

Color convert

RGB169180116-
CMYK0.0600.360.29
HSL70.31º29.91%58.04%-
HSV(B)70.31º35.56%70.59%-
XYZ35.8442.3422.81-
YUV169.4297.86127.7-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.34%
GREEN value IS 180 (70.70% from 255) = 38.71%
BLUE value IS 116 (45.70% from 255) = 24.95%
R=36.34%
G=38.71%
B=24.95%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1691801160.0600.360.2970.3129.9158.04
HexA9B47460241D461e3a
Octal2512641646044351063672
Binary10101001101101001110100110010010011101100011011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9B474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9B474; }

 p { color: rgb(169,180,116); }

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

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

 a { background-color: rgb(169,180,116); }

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

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

 span { border-color: rgb(169,180,116); }

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