#84928A

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

Shades of Granny Smith #84928A

Tints of Granny Smith #84928A

Color information

#84928A (or 0x84928A) is unknown color: approx Granny Smith. HEX triplet: 84, 92 and 8A. RGB value is (132,146,138). Sum of RGB (Red+Green+Blue) = 132+146+138=416 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.73% from 416); Green value is 146 (57.42% from 255 or 35.10% from 416); Blue value is 138 (54.30% from 255 or 33.17% from 416); Max value from RGB is 146 - color contains mainly: green. Hex color #84928A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84928A is #7B6D75. Grayscale: #8C8C8C. Windows color (decimal): -8088950 or 9081476. OLE color: 9081476.

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

Color convert

RGB132146138-
CMYK0.1000.050.43
HSL145.71º6.03%54.51%-
HSV(B)145.71º9.59%57.25%-
XYZ24.3827.328.03-
YUV140.9126.36121.65-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 31.73%
GREEN value IS 146 (57.42% from 255) = 35.10%
BLUE value IS 138 (54.30% from 255) = 33.17%
R=31.73%
G=35.10%
B=33.17%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1321461380.1000.050.43145.716.0354.51
Hex84928AA052B92637
Octal204222212120553222667
Binary1000010010010010100010101010010110101110010010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84928A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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