#84958E

Color #84958E Granny Smith (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Granny Smith #84958E

Tints of Granny Smith #84958E

Color information

#84958E (or 0x84958E) is unknown color: approx Granny Smith. HEX triplet: 84, 95 and 8E. RGB value is (132,149,142). Sum of RGB (Red+Green+Blue) = 132+149+142=423 (56% of max value = 765). Red value is 132 (51.95% from 255 or 31.21% from 423); Green value is 149 (58.59% from 255 or 35.22% from 423); Blue value is 142 (55.86% from 255 or 33.57% from 423); Max value from RGB is 149 - color contains mainly: green. Hex color #84958E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84958E is #7B6A71. Grayscale: #8F8F8F. Windows color (decimal): -8088178 or 9344388. OLE color: 9344388.

HSL color Cylindrical-coordinate representation of color #84958E: hue angle of 155.29º degrees, saturation: 0.07, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #84958E is Cyan = 0.11, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB132149142-
CMYK0.1100.050.42
HSL155.29º7.42%55.1%-
HSV(B)155.29º11.41%58.43%-
XYZ25.1528.3529.74-
YUV143.12127.37120.07-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 31.21%
GREEN value IS 149 (58.59% from 255) = 35.22%
BLUE value IS 142 (55.86% from 255) = 33.57%
R=31.21%
G=35.22%
B=33.57%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1321491420.1100.050.42155.297.4255.1
Hex84958EB052A9b737
Octal204225216130552233767
Binary1000010010010101100011101011010110101010011011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84958E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84958E; }

 p { color: rgb(132,149,142); }

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

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

 a { background-color: rgb(132,149,142); }

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

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

 span { border-color: rgb(132,149,142); }

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