Html Css Color HEX #82928A Granny Smith

📋 copy color: '#82928A'

red 130 ◦ green 146 ◦ blue 138

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

Shades of Granny Smith #82928A

Tints of Granny Smith #82928A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 33.33%

R = 31.4%
G = 35.27%
B = 33.33%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.05

 K value IS 0.43

RGB Variations

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

Color information

#82928A (or 0x82928A) is known color: Granny Smith. HEX triplet: 82, 92 and 8A. RGB value is (130,146,138). Sum of RGB (Red+Green+Blue) = 130+146+138=414 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.40% from 414); Green value is 146 (57.42% from 255 or 35.27% from 414); Blue value is 138 (54.30% from 255 or 33.33% from 414); Max value from RGB is 146 - color contains mainly: green. Hex color #82928A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82928A is #7D6D75. Grayscale: #8C8C8C. Windows color (decimal): -8220022 or 9081474. OLE color: 9081474.

HSL color Cylindrical-coordinate representation of color #82928A: hue angle of 150º 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 #82928A is Cyan = 0.11, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.43.

Color convert

RGB 130 146 138 -
CMYK 0.11 0 0.05 0.43
HSL 150º 0.07% 0.54% -
HSV(B) 150º 0.11% 0.57% -
XYZ 24.07 27.14 28.01 -
YUV 140.3 126.7 120.65 -
System Red Green Blue C M Y K H S L
Decimal 130 146 138 0.11 0 0.05 0.43 150 0.07 0.54
Hex 82 92 8A B 0 5 2B 96 7 36
Octal 202 222 212 13 0 5 53 226 7 66
Binary 10000010 10010010 10001010 1011 0 101 101011 10010110 111 110110

Color Harmonies of #82928A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82928A

Black with #82928A

Text Example


Text Example

White with #82928A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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