#829F93

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

Shades of Granny Smith #829F93

Tints of Granny Smith #829F93

Color information

#829F93 (or 0x829F93) is unknown color: approx Granny Smith. HEX triplet: 82, 9F and 93. RGB value is (130,159,147). Sum of RGB (Red+Green+Blue) = 130+159+147=436 (57% of max value = 765). Red value is 130 (51.17% from 255 or 29.82% from 436); Green value is 159 (62.5% from 255 or 36.47% from 436); Blue value is 147 (57.81% from 255 or 33.72% from 436); Max value from RGB is 159 - color contains mainly: green. Hex color #829F93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #829F93 is #7D606C. Grayscale: #949494. Windows color (decimal): -8216685 or 9674626. OLE color: 9674626.

HSL color Cylindrical-coordinate representation of color #829F93: hue angle of 155.17º degrees, saturation: 0.13, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #829F93 is Cyan = 0.18, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.38.

Color convert

RGB130159147-
CMYK0.1800.080.38
HSL155.17º13.12%56.67%-
HSV(B)155.17º18.24%62.35%-
XYZ26.8731.6532.3-
YUV148.96126.89114.48-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 29.82%
GREEN value IS 159 (62.5% from 255) = 36.47%
BLUE value IS 147 (57.81% from 255) = 33.72%
R=29.82%
G=36.47%
B=33.72%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1301591470.1800.080.38155.1713.1256.67
Hex829F931208269bd39
Octal20223722322010462331571
Binary1000001010011111100100111001001000100110100110111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829F93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,159,147); }

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

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

 a { background-color: rgb(130,159,147); }

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

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

 span { border-color: rgb(130,159,147); }

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