#829793

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

Shades of Granny Smith #829793

Tints of Granny Smith #829793

Color information

#829793 (or 0x829793) is unknown color: approx Granny Smith. HEX triplet: 82, 97 and 93. RGB value is (130,151,147). Sum of RGB (Red+Green+Blue) = 130+151+147=428 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.37% from 428); Green value is 151 (59.38% from 255 or 35.28% from 428); Blue value is 147 (57.81% from 255 or 34.35% from 428); Max value from RGB is 151 - color contains mainly: green. Hex color #829793 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #829793 is #7D686C. Grayscale: #909090. Windows color (decimal): -8218733 or 9672578. OLE color: 9672578.

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

Color convert

RGB130151147-
CMYK0.1400.030.41
HSL168.57º9.17%55.1%-
HSV(B)168.57º13.91%59.22%-
XYZ25.5428.9931.85-
YUV144.27129.54117.83-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 30.37%
GREEN value IS 151 (59.38% from 255) = 35.28%
BLUE value IS 147 (57.81% from 255) = 34.35%
R=30.37%
G=35.28%
B=34.35%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1301511470.1400.030.41168.579.1755.1
Hex829793E0329a9937
Octal2022272231603512511167
Binary1000001010010111100100111110011101001101010011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #829793; }

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

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

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

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

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

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

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

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