Html Css Color HEX #82918A Granny Smith

📋 copy color: '#82918A'

red 130 ◦ green 145 ◦ blue 138

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

Shades of Granny Smith #82918A

Tints of Granny Smith #82918A

RGB

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

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

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

R = 31.48%
G = 35.11%
B = 33.41%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.05

 K value IS 0.43

RGB Variations

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

Color information

#82918A (or 0x82918A) is known color: Granny Smith. HEX triplet: 82, 91 and 8A. RGB value is (130,145,138). Sum of RGB (Red+Green+Blue) = 130+145+138=413 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.48% from 413); Green value is 145 (57.03% from 255 or 35.11% from 413); Blue value is 138 (54.30% from 255 or 33.41% from 413); Max value from RGB is 145 - color contains mainly: green. Hex color #82918A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82918A is #7D6E75. Grayscale: #8B8B8B. Windows color (decimal): -8220278 or 9081218. OLE color: 9081218.

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

Color convert

RGB 130 145 138 -
CMYK 0.10 0 0.05 0.43
HSL 152º 0.06% 0.54% -
HSV(B) 152º 0.1% 0.57% -
XYZ 23.92 26.83 27.96 -
YUV 139.72 127.03 121.07 -
System Red Green Blue C M Y K H S L
Decimal 130 145 138 0.10 0 0.05 0.43 152 0.06 0.54
Hex 82 91 8A A 0 5 2B 98 6 36
Octal 202 221 212 12 0 5 53 230 6 66
Binary 10000010 10010001 10001010 1010 0 101 101011 10011000 110 110110

Color Harmonies of #82918A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82918A

Black with #82918A

Text Example


Text Example

White with #82918A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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