#828C89

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

Shades of Granny Smith #828C89

Tints of Granny Smith #828C89

Color information

#828C89 (or 0x828C89) is unknown color: approx Granny Smith. HEX triplet: 82, 8C and 89. RGB value is (130,140,137). Sum of RGB (Red+Green+Blue) = 130+140+137=407 (53% of max value = 765). Red value is 130 (51.17% from 255 or 31.94% from 407); Green value is 140 (55.08% from 255 or 34.40% from 407); Blue value is 137 (53.91% from 255 or 33.66% from 407); Max value from RGB is 140 - color contains mainly: green. Hex color #828C89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828C89 is #7D7376. Grayscale: #888888. Windows color (decimal): -8221559 or 9014402. OLE color: 9014402.

HSL color Cylindrical-coordinate representation of color #828C89: hue angle of 162º degrees, saturation: 0.04, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #828C89 is Cyan = 0.07, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.45.

Color convert

RGB130140137-
CMYK0.0700.020.45
HSL162º4.17%52.94%-
HSV(B)162º7.14%54.9%-
XYZ23.125.3127.33-
YUV136.67128.19123.24-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.94%
GREEN value IS 140 (55.08% from 255) = 34.40%
BLUE value IS 137 (53.91% from 255) = 33.66%
R=31.94%
G=34.40%
B=33.66%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1301401370.0700.020.451624.1752.94
Hex828C897022Da2435
Octal20221421170255242465
Binary10000010100011001000100111101010110110100010100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828C89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828C89; }

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

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

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

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

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

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

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

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