Html Css Color HEX #82958D Granny Smith

📋 copy color: '#82958D'

red 130 ◦ green 149 ◦ blue 141

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

Shades of Granny Smith #82958D

Tints of Granny Smith #82958D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 33.57%

R = 30.95%
G = 35.48%
B = 33.57%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#82958D (or 0x82958D) is known color: Granny Smith. HEX triplet: 82, 95 and 8D. RGB value is (130,149,141). Sum of RGB (Red+Green+Blue) = 130+149+141=420 (55% of max value = 765). Red value is 130 (51.17% from 255 or 30.95% from 420); Green value is 149 (58.59% from 255 or 35.48% from 420); Blue value is 141 (55.47% from 255 or 33.57% from 420); Max value from RGB is 149 - color contains mainly: green. Hex color #82958D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82958D is #7D6A72. Grayscale: #8E8E8E. Windows color (decimal): -8219251 or 9278850. OLE color: 9278850.

HSL color Cylindrical-coordinate representation of color #82958D: hue angle of 154.74º 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 #82958D is Cyan = 0.13, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB 130 149 141 -
CMYK 0.13 0 0.05 0.42
HSL 154.74º 0.08% 0.55% -
HSV(B) 154.74º 0.13% 0.58% -
XYZ 24.76 28.16 29.33 -
YUV 142.41 127.21 119.15 -
System Red Green Blue C M Y K H S L
Decimal 130 149 141 0.13 0 0.05 0.42 154.74 0.08 0.55
Hex 82 95 8D D 0 5 2A 9B 8 37
Octal 202 225 215 15 0 5 52 233 10 67
Binary 10000010 10010101 10001101 1101 0 101 101010 10011011 1000 110111

Color Harmonies of #82958D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82958D

Black with #82958D

Text Example


Text Example

White with #82958D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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