Html Css Color HEX #82958C Granny Smith

📋 copy color: '#82958C'

red 130 ◦ green 149 ◦ blue 140

#82958C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Granny Smith #82958C

Tints of Granny Smith #82958C

RGB

 RED value IS 130 (51.17% from 255) = 31.03%

 GREEN value IS 149 (58.59% from 255) = 35.56%

 BLUE value IS 140 (55.08% from 255) = 33.41%

R = 31.03%
G = 35.56%
B = 33.41%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.06

 K value IS 0.42

RGB Variations

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

Color information

#82958C (or 0x82958C) is known color: Granny Smith. HEX triplet: 82, 95 and 8C. RGB value is (130,149,140). Sum of RGB (Red+Green+Blue) = 130+149+140=419 (55% of max value = 765). Red value is 130 (51.17% from 255 or 31.03% from 419); Green value is 149 (58.59% from 255 or 35.56% from 419); Blue value is 140 (55.08% from 255 or 33.41% from 419); Max value from RGB is 149 - color contains mainly: green. Hex color #82958C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82958C is #7D6A73. Grayscale: #8E8E8E. Windows color (decimal): -8219252 or 9213314. OLE color: 9213314.

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

Color convert

RGB 130 149 140 -
CMYK 0.13 0 0.06 0.42
HSL 151.58º 0.08% 0.55% -
HSV(B) 151.58º 0.13% 0.58% -
XYZ 24.69 28.13 28.94 -
YUV 142.29 126.71 119.23 -
System Red Green Blue C M Y K H S L
Decimal 130 149 140 0.13 0 0.06 0.42 151.58 0.08 0.55
Hex 82 95 8C D 0 6 2A 98 8 37
Octal 202 225 214 15 0 6 52 230 10 67
Binary 10000010 10010101 10001100 1101 0 110 101010 10011000 1000 110111

Color Harmonies of #82958C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82958C

Black with #82958C

Text Example


Text Example

White with #82958C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82958C; }

 p { color: rgb(130,149,140); }

 H1.HeaderClassName
 {
   color: #82958C;
 }
 .AnyTagClassName
 {
   color: #82958C;
 }
</style>

background-color css

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

 a { background-color: rgb(130,149,140); }

 div.DivClassName
 {
   background-color: #82958C;
 }
 .BgClassName
 {
   background-color: #82958C;
 }
</style>

border-color css

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

 span { border-color: rgb(130,149,140); }

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