Html Css Color HEX #8D9290 Granny Smith

📋 copy color: '#8D9290'

red 141 ◦ green 146 ◦ blue 144

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

Shades of Granny Smith #8D9290

Tints of Granny Smith #8D9290

RGB

 RED value IS 141 (55.47% from 255) = 32.71%

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

 BLUE value IS 144 (56.64% from 255) = 33.41%

R = 32.71%
G = 33.87%
B = 33.41%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.01

 K value IS 0.43

RGB Variations

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

Color information

#8D9290 (or 0x8D9290) is known color: Granny Smith. HEX triplet: 8D, 92 and 90. RGB value is (141,146,144). Sum of RGB (Red+Green+Blue) = 141+146+144=431 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.71% from 431); Green value is 146 (57.42% from 255 or 33.87% from 431); Blue value is 144 (56.64% from 255 or 33.41% from 431); Max value from RGB is 146 - color contains mainly: green. Hex color #8D9290 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D9290 is #726D6F. Grayscale: #909090. Windows color (decimal): -7499120 or 9474701. OLE color: 9474701.

HSL color Cylindrical-coordinate representation of color #8D9290: hue angle of 156º degrees, saturation: 0.02, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #8D9290 is Cyan = 0.03, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.43.

Color convert

RGB 141 146 144 -
CMYK 0.03 0 0.01 0.43
HSL 156º 0.02% 0.56% -
HSV(B) 156º 0.03% 0.57% -
XYZ 26.3 28.23 30.45 -
YUV 144.28 127.84 125.66 -
System Red Green Blue C M Y K H S L
Decimal 141 146 144 0.03 0 0.01 0.43 156 0.02 0.56
Hex 8D 92 90 3 0 1 2B 9C 2 38
Octal 215 222 220 3 0 1 53 234 2 70
Binary 10001101 10010010 10010000 11 0 1 101011 10011100 10 111000

Color Harmonies of #8D9290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D9290

Black with #8D9290

Text Example


Text Example

White with #8D9290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8D9290; }

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

 H1.HeaderClassName
 {
   color: #8D9290;
 }
 .AnyTagClassName
 {
   color: #8D9290;
 }
</style>

background-color css

<style>
 a { background-color: #8D9290; }

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

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

border-color css

<style>
 span { border-color: #8D9290; }

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

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