#829894

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

Shades of Granny Smith #829894

Tints of Granny Smith #829894

Color information

#829894 (or 0x829894) is unknown color: approx Granny Smith. HEX triplet: 82, 98 and 94. RGB value is (130,152,148). Sum of RGB (Red+Green+Blue) = 130+152+148=430 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.23% from 430); Green value is 152 (59.77% from 255 or 35.35% from 430); Blue value is 148 (58.20% from 255 or 34.42% from 430); Max value from RGB is 152 - color contains mainly: green. Hex color #829894 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #829894 is #7D676B. Grayscale: #909090. Windows color (decimal): -8218476 or 9738370. OLE color: 9738370.

HSL color Cylindrical-coordinate representation of color #829894: hue angle of 169.09º 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 #829894 is Cyan = 0.14, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.40.

Color convert

RGB130152148-
CMYK0.1400.030.40
HSL169.09º9.65%55.29%-
HSV(B)169.09º14.47%59.61%-
XYZ25.7829.3432.32-
YUV144.97129.71117.33-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 30.23%
GREEN value IS 152 (59.77% from 255) = 35.35%
BLUE value IS 148 (58.20% from 255) = 34.42%
R=30.23%
G=35.35%
B=34.42%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1301521480.1400.030.40169.099.6555.29
Hex829894E0328a9a37
Octal2022302241603502511267
Binary1000001010011000100101001110011101000101010011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #829894; }

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

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

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

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

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

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

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

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