#82948F

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

Shades of Granny Smith #82948F

Tints of Granny Smith #82948F

Color information

#82948F (or 0x82948F) is unknown color: approx Granny Smith. HEX triplet: 82, 94 and 8F. RGB value is (130,148,143). Sum of RGB (Red+Green+Blue) = 130+148+143=421 (55% of max value = 765). Red value is 130 (51.17% from 255 or 30.88% from 421); Green value is 148 (58.20% from 255 or 35.15% from 421); Blue value is 143 (56.25% from 255 or 33.97% from 421); Max value from RGB is 148 - color contains mainly: green. Hex color #82948F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82948F is #7D6B70. Grayscale: #8E8E8E. Windows color (decimal): -8219505 or 9409666. OLE color: 9409666.

HSL color Cylindrical-coordinate representation of color #82948F: hue angle of 163.33º degrees, saturation: 0.08, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #82948F is Cyan = 0.12, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB130148143-
CMYK0.1200.030.42
HSL163.33º7.76%54.51%-
HSV(B)163.33º12.16%58.04%-
XYZ24.7527.9130.07-
YUV142.05128.54119.41-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 30.88%
GREEN value IS 148 (58.20% from 255) = 35.15%
BLUE value IS 143 (56.25% from 255) = 33.97%
R=30.88%
G=35.15%
B=33.97%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1301481430.1200.030.42163.337.7654.51
Hex82948FC032Aa3837
Octal2022242171403522431067
Binary1000001010010100100011111100011101010101000111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82948F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82948F; }

 p { color: rgb(130,148,143); }

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

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

 a { background-color: rgb(130,148,143); }

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

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

 span { border-color: rgb(130,148,143); }

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