#84958B

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

Shades of Granny Smith #84958B

Tints of Granny Smith #84958B

Color information

#84958B (or 0x84958B) is unknown color: approx Granny Smith. HEX triplet: 84, 95 and 8B. RGB value is (132,149,139). Sum of RGB (Red+Green+Blue) = 132+149+139=420 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.43% from 420); Green value is 149 (58.59% from 255 or 35.48% from 420); Blue value is 139 (54.69% from 255 or 33.10% from 420); Max value from RGB is 149 - color contains mainly: green. Hex color #84958B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84958B is #7B6A74. Grayscale: #8E8E8E. Windows color (decimal): -8088181 or 9147780. OLE color: 9147780.

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

Color convert

RGB132149139-
CMYK0.1100.070.42
HSL144.71º7.42%55.1%-
HSV(B)144.71º11.41%58.43%-
XYZ24.9228.2628.57-
YUV142.78125.87120.31-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 31.43%
GREEN value IS 149 (58.59% from 255) = 35.48%
BLUE value IS 139 (54.69% from 255) = 33.10%
R=31.43%
G=35.48%
B=33.10%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1321491390.1100.070.42144.717.4255.1
Hex84958BB072A91737
Octal204225213130752221767
Binary1000010010010101100010111011011110101010010001111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84958B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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