#829692

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

Shades of Granny Smith #829692

Tints of Granny Smith #829692

Color information

#829692 (or 0x829692) is unknown color: approx Granny Smith. HEX triplet: 82, 96 and 92. RGB value is (130,150,146). Sum of RGB (Red+Green+Blue) = 130+150+146=426 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.52% from 426); Green value is 150 (58.98% from 255 or 35.21% from 426); Blue value is 146 (57.42% from 255 or 34.27% from 426); Max value from RGB is 150 - color contains mainly: green. Hex color #829692 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #829692 is #7D696D. Grayscale: #8F8F8F. Windows color (decimal): -8218990 or 9606786. OLE color: 9606786.

HSL color Cylindrical-coordinate representation of color #829692: hue angle of 168º degrees, saturation: 0.09, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #829692 is Cyan = 0.13, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.41.

Color convert

RGB130150146-
CMYK0.1300.030.41
HSL168º8.7%54.9%-
HSV(B)168º13.33%58.82%-
XYZ25.328.6331.39-
YUV143.56129.37118.33-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 30.52%
GREEN value IS 150 (58.98% from 255) = 35.21%
BLUE value IS 146 (57.42% from 255) = 34.27%
R=30.52%
G=35.21%
B=34.27%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1301501460.1300.030.411688.754.9
Hex829692D0329a8937
Octal2022262221503512501167
Binary1000001010010110100100101101011101001101010001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #829692; }

 p { color: rgb(130,150,146); }

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

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

 a { background-color: rgb(130,150,146); }

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

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

 span { border-color: rgb(130,150,146); }

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