#829893

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

Shades of Granny Smith #829893

Tints of Granny Smith #829893

Color information

#829893 (or 0x829893) is unknown color: approx Granny Smith. HEX triplet: 82, 98 and 93. RGB value is (130,152,147). Sum of RGB (Red+Green+Blue) = 130+152+147=429 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.30% from 429); Green value is 152 (59.77% from 255 or 35.43% from 429); Blue value is 147 (57.81% from 255 or 34.27% from 429); Max value from RGB is 152 - color contains mainly: green. Hex color #829893 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #829893 is #7D676C. Grayscale: #909090. Windows color (decimal): -8218477 or 9672834. OLE color: 9672834.

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

Color convert

RGB130152147-
CMYK0.1400.030.40
HSL166.36º9.65%55.29%-
HSV(B)166.36º14.47%59.61%-
XYZ25.729.3131.91-
YUV144.85129.21117.41-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 30.30%
GREEN value IS 152 (59.77% from 255) = 35.43%
BLUE value IS 147 (57.81% from 255) = 34.27%
R=30.30%
G=35.43%
B=34.27%

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
Decimal1301521470.1400.030.40166.369.6555.29
Hex829893E0328a6a37
Octal2022302231603502461267
Binary1000001010011000100100111110011101000101001101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #829893; }

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

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

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

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

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

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

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

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