#82948A

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

Shades of Granny Smith #82948A

Tints of Granny Smith #82948A

Color information

#82948A (or 0x82948A) is unknown color: approx Granny Smith. HEX triplet: 82, 94 and 8A. RGB value is (130,148,138). Sum of RGB (Red+Green+Blue) = 130+148+138=416 (55% of max value = 765). Red value is 130 (51.17% from 255 or 31.25% from 416); Green value is 148 (58.20% from 255 or 35.58% from 416); Blue value is 138 (54.30% from 255 or 33.17% from 416); Max value from RGB is 148 - color contains mainly: green. Hex color #82948A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82948A is #7D6B75. Grayscale: #8D8D8D. Windows color (decimal): -8219510 or 9081986. OLE color: 9081986.

HSL color Cylindrical-coordinate representation of color #82948A: hue angle of 146.67º 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 #82948A is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB130148138-
CMYK0.1200.070.42
HSL146.67º7.76%54.51%-
HSV(B)146.67º12.16%58.04%-
XYZ24.3827.7628.12-
YUV141.48126.04119.81-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.25%
GREEN value IS 148 (58.20% from 255) = 35.58%
BLUE value IS 138 (54.30% from 255) = 33.17%
R=31.25%
G=35.58%
B=33.17%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1301481380.1200.070.42146.677.7654.51
Hex82948AC072A93837
Octal2022242121407522231067
Binary10000010100101001000101011000111101010100100111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82948A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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