Html Css Color HEX #82928D Granny Smith

📋 copy color: '#82928D'

red 130 ◦ green 146 ◦ blue 141

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

Shades of Granny Smith #82928D

Tints of Granny Smith #82928D

RGB

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

 GREEN value IS 146 (57.42% from 255) = 35.01%

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

R = 31.18%
G = 35.01%
B = 33.81%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.03

 K value IS 0.43

RGB Variations

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

Color information

#82928D (or 0x82928D) is known color: Granny Smith. HEX triplet: 82, 92 and 8D. RGB value is (130,146,141). Sum of RGB (Red+Green+Blue) = 130+146+141=417 (55% of max value = 765). Red value is 130 (51.17% from 255 or 31.18% from 417); Green value is 146 (57.42% from 255 or 35.01% from 417); Blue value is 141 (55.47% from 255 or 33.81% from 417); Max value from RGB is 146 - color contains mainly: green. Hex color #82928D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82928D is #7D6D72. Grayscale: #8C8C8C. Windows color (decimal): -8220019 or 9278082. OLE color: 9278082.

HSL color Cylindrical-coordinate representation of color #82928D: hue angle of 161.25º degrees, saturation: 0.07, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #82928D is Cyan = 0.11, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.43.

Color convert

RGB 130 146 141 -
CMYK 0.11 0 0.03 0.43
HSL 161.25º 0.07% 0.54% -
HSV(B) 161.25º 0.11% 0.57% -
XYZ 24.29 27.23 29.17 -
YUV 140.65 128.2 120.41 -
System Red Green Blue C M Y K H S L
Decimal 130 146 141 0.11 0 0.03 0.43 161.25 0.07 0.54
Hex 82 92 8D B 0 3 2B A1 7 36
Octal 202 222 215 13 0 3 53 241 7 66
Binary 10000010 10010010 10001101 1011 0 11 101011 10100001 111 110110

Color Harmonies of #82928D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82928D

Black with #82928D

Text Example


Text Example

White with #82928D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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