#9FA481

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

Shades of Locust #9FA481

Tints of Locust #9FA481

Color information

#9FA481 (or 0x9FA481) is unknown color: approx Locust. HEX triplet: 9F, A4 and 81. RGB value is (159,164,129). Sum of RGB (Red+Green+Blue) = 159+164+129=452 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.18% from 452); Green value is 164 (64.45% from 255 or 36.28% from 452); Blue value is 129 (50.78% from 255 or 28.54% from 452); Max value from RGB is 164 - color contains mainly: green. Hex color #9FA481 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FA481 is #605B7E. Grayscale: #9E9E9E. Windows color (decimal): -6314879 or 8496287. OLE color: 8496287.

HSL color Cylindrical-coordinate representation of color #9FA481: hue angle of 68.57º degrees, saturation: 0.16, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9FA481 is Cyan = 0.03, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.36.

Color convert

RGB159164129-
CMYK0.0300.210.36
HSL68.57º16.13%57.45%-
HSV(B)68.57º21.34%64.31%-
XYZ31.5435.5125.96-
YUV158.51111.34128.35-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 35.18%
GREEN value IS 164 (64.45% from 255) = 36.28%
BLUE value IS 129 (50.78% from 255) = 28.54%
R=35.18%
G=36.28%
B=28.54%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1591641290.0300.210.3668.5716.1357.45
Hex9FA481301524451039
Octal2372442013025441052071
Binary10011111101001001000000111010101100100100010110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FA481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9FA481; }

 p { color: rgb(159,164,129); }

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

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

 a { background-color: rgb(159,164,129); }

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

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

 span { border-color: rgb(159,164,129); }

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