Html Css Color HEX #82918B Granny Smith

📋 copy color: '#82918B'

red 130 ◦ green 145 ◦ blue 139

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

Shades of Granny Smith #82918B

Tints of Granny Smith #82918B

RGB

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

 GREEN value IS 145 (57.03% from 255) = 35.02%

 BLUE value IS 139 (54.69% from 255) = 33.57%

R = 31.4%
G = 35.02%
B = 33.57%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.04

 K value IS 0.43

RGB Variations

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

Color information

#82918B (or 0x82918B) is known color: Granny Smith. HEX triplet: 82, 91 and 8B. RGB value is (130,145,139). Sum of RGB (Red+Green+Blue) = 130+145+139=414 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.40% from 414); Green value is 145 (57.03% from 255 or 35.02% from 414); Blue value is 139 (54.69% from 255 or 33.57% from 414); Max value from RGB is 145 - color contains mainly: green. Hex color #82918B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82918B is #7D6E74. Grayscale: #8B8B8B. Windows color (decimal): -8220277 or 9146754. OLE color: 9146754.

HSL color Cylindrical-coordinate representation of color #82918B: hue angle of 156º degrees, saturation: 0.06, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #82918B is Cyan = 0.10, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.43.

Color convert

RGB 130 145 139 -
CMYK 0.10 0 0.04 0.43
HSL 156º 0.06% 0.54% -
HSV(B) 156º 0.1% 0.57% -
XYZ 23.99 26.86 28.35 -
YUV 139.83 127.53 120.99 -
System Red Green Blue C M Y K H S L
Decimal 130 145 139 0.10 0 0.04 0.43 156 0.06 0.54
Hex 82 91 8B A 0 4 2B 9C 6 36
Octal 202 221 213 12 0 4 53 234 6 66
Binary 10000010 10010001 10001011 1010 0 100 101011 10011100 110 110110

Color Harmonies of #82918B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82918B

Black with #82918B

Text Example


Text Example

White with #82918B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82918B; }

 p { color: rgb(130,145,139); }

 H1.HeaderClassName
 {
   color: #82918B;
 }
 .AnyTagClassName
 {
   color: #82918B;
 }
</style>

background-color css

<style>
 a { background-color: #82918B; }

 a { background-color: rgb(130,145,139); }

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

border-color css

<style>
 span { border-color: #82918B; }

 span { border-color: rgb(130,145,139); }

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