#9FA287

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

Shades of Locust #9FA287

Tints of Locust #9FA287

Color information

#9FA287 (or 0x9FA287) is unknown color: approx Locust. HEX triplet: 9F, A2 and 87. RGB value is (159,162,135). Sum of RGB (Red+Green+Blue) = 159+162+135=456 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.87% from 456); Green value is 162 (63.67% from 255 or 35.53% from 456); Blue value is 135 (53.12% from 255 or 29.61% from 456); Max value from RGB is 162 - color contains mainly: green. Hex color #9FA287 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FA287 is #605D78. Grayscale: #9E9E9E. Windows color (decimal): -6315385 or 8888991. OLE color: 8888991.

HSL color Cylindrical-coordinate representation of color #9FA287: hue angle of 66.67º degrees, saturation: 0.13, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9FA287 is Cyan = 0.02, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.36.

Color convert

RGB159162135-
CMYK0.0200.170.36
HSL66.67º12.68%58.24%-
HSV(B)66.67º16.67%63.53%-
XYZ31.5934.9628-
YUV158.02115.01128.7-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 34.87%
GREEN value IS 162 (63.67% from 255) = 35.53%
BLUE value IS 135 (53.12% from 255) = 29.61%
R=34.87%
G=35.53%
B=29.61%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1591621350.0200.170.3666.6712.6858.24
Hex9FA28720112443d3a
Octal2372422072021441031572
Binary1001111110100010100001111001000110010010000111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FA287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,162,135); }

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

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

 a { background-color: rgb(159,162,135); }

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

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

 span { border-color: rgb(159,162,135); }

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