#829B8D

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

Shades of Granny Smith #829B8D

Tints of Granny Smith #829B8D

Color information

#829B8D (or 0x829B8D) is unknown color: approx Granny Smith. HEX triplet: 82, 9B and 8D. RGB value is (130,155,141). Sum of RGB (Red+Green+Blue) = 130+155+141=426 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.52% from 426); Green value is 155 (60.94% from 255 or 36.38% from 426); Blue value is 141 (55.47% from 255 or 33.10% from 426); Max value from RGB is 155 - color contains mainly: green. Hex color #829B8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #829B8D is #7D6472. Grayscale: #919191. Windows color (decimal): -8217715 or 9280386. OLE color: 9280386.

HSL color Cylindrical-coordinate representation of color #829B8D: hue angle of 146.4º degrees, saturation: 0.11, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #829B8D is Cyan = 0.16, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.39.

Color convert

RGB130155141-
CMYK0.1600.090.39
HSL146.4º11.11%55.88%-
HSV(B)146.4º16.13%60.78%-
XYZ25.7330.1129.66-
YUV145.93125.22116.64-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 30.52%
GREEN value IS 155 (60.94% from 255) = 36.38%
BLUE value IS 141 (55.47% from 255) = 33.10%
R=30.52%
G=36.38%
B=33.10%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1301551410.1600.090.39146.411.1155.88
Hex829B8D10092792b38
Octal20223321520011472221370
Binary1000001010011011100011011000001001100111100100101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829B8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #829B8D; }

 p { color: rgb(130,155,141); }

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

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

 a { background-color: rgb(130,155,141); }

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

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

 span { border-color: rgb(130,155,141); }

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