#84958D

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

Shades of Granny Smith #84958D

Tints of Granny Smith #84958D

Color information

#84958D (or 0x84958D) is unknown color: approx Granny Smith. HEX triplet: 84, 95 and 8D. RGB value is (132,149,141). Sum of RGB (Red+Green+Blue) = 132+149+141=422 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.28% from 422); Green value is 149 (58.59% from 255 or 35.31% from 422); Blue value is 141 (55.47% from 255 or 33.41% from 422); Max value from RGB is 149 - color contains mainly: green. Hex color #84958D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84958D is #7B6A72. Grayscale: #8F8F8F. Windows color (decimal): -8088179 or 9278852. OLE color: 9278852.

HSL color Cylindrical-coordinate representation of color #84958D: hue angle of 151.76º 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 #84958D is Cyan = 0.11, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB132149141-
CMYK0.1100.050.42
HSL151.76º7.42%55.1%-
HSV(B)151.76º11.41%58.43%-
XYZ25.0728.3229.34-
YUV143126.87120.15-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 31.28%
GREEN value IS 149 (58.59% from 255) = 35.31%
BLUE value IS 141 (55.47% from 255) = 33.41%
R=31.28%
G=35.31%
B=33.41%

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
Decimal1321491410.1100.050.42151.767.4255.1
Hex84958DB052A98737
Octal204225215130552230767
Binary1000010010010101100011011011010110101010011000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84958D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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