#829389

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

Shades of Granny Smith #829389

Tints of Granny Smith #829389

Color information

#829389 (or 0x829389) is unknown color: approx Granny Smith. HEX triplet: 82, 93 and 89. RGB value is (130,147,137). Sum of RGB (Red+Green+Blue) = 130+147+137=414 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.40% from 414); Green value is 147 (57.81% from 255 or 35.51% from 414); Blue value is 137 (53.91% from 255 or 33.09% from 414); Max value from RGB is 147 - color contains mainly: green. Hex color #829389 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #829389 is #7D6C76. Grayscale: #8C8C8C. Windows color (decimal): -8219767 or 9016194. OLE color: 9016194.

HSL color Cylindrical-coordinate representation of color #829389: hue angle of 144.71º degrees, saturation: 0.07, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #829389 is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB130147137-
CMYK0.1200.070.42
HSL144.71º7.3%54.31%-
HSV(B)144.71º11.56%57.65%-
XYZ24.1527.4227.69-
YUV140.78125.87120.31-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.40%
GREEN value IS 147 (57.81% from 255) = 35.51%
BLUE value IS 137 (53.91% from 255) = 33.09%
R=31.40%
G=35.51%
B=33.09%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1301471370.1200.070.42144.717.354.31
Hex829389C072A91736
Octal202223211140752221766
Binary1000001010010011100010011100011110101010010001111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #829389; }

 p { color: rgb(130,147,137); }

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

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

 a { background-color: rgb(130,147,137); }

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

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

 span { border-color: rgb(130,147,137); }

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