#829890

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

Shades of Granny Smith #829890

Tints of Granny Smith #829890

Color information

#829890 (or 0x829890) is unknown color: approx Granny Smith. HEX triplet: 82, 98 and 90. RGB value is (130,152,144). Sum of RGB (Red+Green+Blue) = 130+152+144=426 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.52% from 426); Green value is 152 (59.77% from 255 or 35.68% from 426); Blue value is 144 (56.64% from 255 or 33.80% from 426); Max value from RGB is 152 - color contains mainly: green. Hex color #829890 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #829890 is #7D676F. Grayscale: #909090. Windows color (decimal): -8218480 or 9476226. OLE color: 9476226.

HSL color Cylindrical-coordinate representation of color #829890: hue angle of 158.18º degrees, saturation: 0.1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #829890 is Cyan = 0.14, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.40.

Color convert

RGB130152144-
CMYK0.1400.050.40
HSL158.18º9.65%55.29%-
HSV(B)158.18º14.47%59.61%-
XYZ25.4729.2230.68-
YUV144.51127.71117.65-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 30.52%
GREEN value IS 152 (59.77% from 255) = 35.68%
BLUE value IS 144 (56.64% from 255) = 33.80%
R=30.52%
G=35.68%
B=33.80%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1301521440.1400.050.40158.189.6555.29
Hex829890E05289ea37
Octal2022302201605502361267
Binary10000010100110001001000011100101101000100111101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #829890; }

 p { color: rgb(130,152,144); }

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

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

 a { background-color: rgb(130,152,144); }

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

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

 span { border-color: rgb(130,152,144); }

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