#84998E

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

Shades of Granny Smith #84998E

Tints of Granny Smith #84998E

Color information

#84998E (or 0x84998E) is unknown color: approx Granny Smith. HEX triplet: 84, 99 and 8E. RGB value is (132,153,142). Sum of RGB (Red+Green+Blue) = 132+153+142=427 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.91% from 427); Green value is 153 (60.16% from 255 or 35.83% from 427); Blue value is 142 (55.86% from 255 or 33.26% from 427); Max value from RGB is 153 - color contains mainly: green. Hex color #84998E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84998E is #7B6671. Grayscale: #919191. Windows color (decimal): -8087154 or 9345412. OLE color: 9345412.

HSL color Cylindrical-coordinate representation of color #84998E: hue angle of 148.57º degrees, saturation: 0.09, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #84998E is Cyan = 0.14, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.4.

Color convert

RGB132153142-
CMYK0.1400.070.4
HSL148.57º9.33%55.88%-
HSV(B)148.57º13.73%60%-
XYZ25.7929.6429.95-
YUV145.47126.04118.39-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 30.91%
GREEN value IS 153 (60.16% from 255) = 35.83%
BLUE value IS 142 (55.86% from 255) = 33.26%
R=30.91%
G=35.83%
B=33.26%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1321531420.1400.070.4148.579.3355.88
Hex84998EE072895938
Octal2042312161607502251170
Binary10000100100110011000111011100111101000100101011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84998E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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