#9FA484

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

Shades of Locust #9FA484

Tints of Locust #9FA484

Color information

#9FA484 (or 0x9FA484) is unknown color: approx Locust. HEX triplet: 9F, A4 and 84. RGB value is (159,164,132). Sum of RGB (Red+Green+Blue) = 159+164+132=455 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.95% from 455); Green value is 164 (64.45% from 255 or 36.04% from 455); Blue value is 132 (51.95% from 255 or 29.01% from 455); Max value from RGB is 164 - color contains mainly: green. Hex color #9FA484 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FA484 is #605B7B. Grayscale: #9E9E9E. Windows color (decimal): -6314876 or 8692895. OLE color: 8692895.

HSL color Cylindrical-coordinate representation of color #9FA484: hue angle of 69.38º degrees, saturation: 0.15, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9FA484 is Cyan = 0.03, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.36.

Color convert

RGB159164132-
CMYK0.0300.200.36
HSL69.38º14.95%58.04%-
HSV(B)69.38º19.51%64.31%-
XYZ31.7435.5927.03-
YUV158.86112.84128.1-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 34.95%
GREEN value IS 164 (64.45% from 255) = 36.04%
BLUE value IS 132 (51.95% from 255) = 29.01%
R=34.95%
G=36.04%
B=29.01%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1591641320.0300.200.3669.3814.9558.04
Hex9FA48430142445f3a
Octal2372442043024441051772
Binary1001111110100100100001001101010010010010001011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FA484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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