#84918B

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

Shades of Granny Smith #84918B

Tints of Granny Smith #84918B

Color information

#84918B (or 0x84918B) is unknown color: approx Granny Smith. HEX triplet: 84, 91 and 8B. RGB value is (132,145,139). Sum of RGB (Red+Green+Blue) = 132+145+139=416 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.73% from 416); Green value is 145 (57.03% from 255 or 34.86% from 416); Blue value is 139 (54.69% from 255 or 33.41% from 416); Max value from RGB is 145 - color contains mainly: green. Hex color #84918B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84918B is #7B6E74. Grayscale: #8C8C8C. Windows color (decimal): -8089205 or 9146756. OLE color: 9146756.

HSL color Cylindrical-coordinate representation of color #84918B: hue angle of 152.31º degrees, saturation: 0.06, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #84918B is Cyan = 0.09, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.43.

Color convert

RGB132145139-
CMYK0.0900.040.43
HSL152.31º5.58%54.31%-
HSV(B)152.31º8.97%56.86%-
XYZ24.327.0228.36-
YUV140.43127.19121.99-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 31.73%
GREEN value IS 145 (57.03% from 255) = 34.86%
BLUE value IS 139 (54.69% from 255) = 33.41%
R=31.73%
G=34.86%
B=33.41%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1321451390.0900.040.43152.315.5854.31
Hex84918B9042B98636
Octal204221213110453230666
Binary1000010010010001100010111001010010101110011000110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84918B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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