#84938A

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

Shades of Granny Smith #84938A

Tints of Granny Smith #84938A

Color information

#84938A (or 0x84938A) is unknown color: approx Granny Smith. HEX triplet: 84, 93 and 8A. RGB value is (132,147,138). Sum of RGB (Red+Green+Blue) = 132+147+138=417 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.65% from 417); Green value is 147 (57.81% from 255 or 35.25% from 417); Blue value is 138 (54.30% from 255 or 33.09% from 417); Max value from RGB is 147 - color contains mainly: green. Hex color #84938A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84938A is #7B6C75. Grayscale: #8D8D8D. Windows color (decimal): -8088694 or 9081732. OLE color: 9081732.

HSL color Cylindrical-coordinate representation of color #84938A: hue angle of 144º degrees, saturation: 0.06, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #84938A is Cyan = 0.10, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.42.

Color convert

RGB132147138-
CMYK0.1000.060.42
HSL144º6.49%54.71%-
HSV(B)144º10.2%57.65%-
XYZ24.5427.6128.08-
YUV141.49126.03121.23-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 31.65%
GREEN value IS 147 (57.81% from 255) = 35.25%
BLUE value IS 138 (54.30% from 255) = 33.09%
R=31.65%
G=35.25%
B=33.09%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1321471380.1000.060.421446.4954.71
Hex84938AA062A90637
Octal204223212120652220667
Binary1000010010010011100010101010011010101010010000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84938A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84938A; }

 p { color: rgb(132,147,138); }

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

<style>
 a { background-color: #84938A; }

 a { background-color: rgb(132,147,138); }

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

<style>
 span { border-color: #84938A; }

 span { border-color: rgb(132,147,138); }

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