Html Css Color HEX #8D9894 Granny Smith

📋 copy color: '#8D9894'

red 141 ◦ green 152 ◦ blue 148

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

Shades of Granny Smith #8D9894

Tints of Granny Smith #8D9894

RGB

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

 GREEN value IS 152 (59.77% from 255) = 34.47%

 BLUE value IS 148 (58.2% from 255) = 33.56%

R = 31.97%
G = 34.47%
B = 33.56%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.03

 K value IS 0.40

RGB Variations

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

Color information

#8D9894 (or 0x8D9894) is known color: Granny Smith. HEX triplet: 8D, 98 and 94. RGB value is (141,152,148). Sum of RGB (Red+Green+Blue) = 141+152+148=441 (58% of max value = 765). Red value is 141 (55.47% from 255 or 31.97% from 441); Green value is 152 (59.77% from 255 or 34.47% from 441); Blue value is 148 (58.20% from 255 or 33.56% from 441); Max value from RGB is 152 - color contains mainly: green. Hex color #8D9894 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D9894 is #72676B. Grayscale: #949494. Windows color (decimal): -7497580 or 9738381. OLE color: 9738381.

HSL color Cylindrical-coordinate representation of color #8D9894: hue angle of 158.18º degrees, saturation: 0.05, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #8D9894 is Cyan = 0.07, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.40.

Color convert

RGB 141 152 148 -
CMYK 0.07 0 0.03 0.40
HSL 158.18º 0.05% 0.57% -
HSV(B) 158.18º 0.07% 0.6% -
XYZ 27.56 30.26 32.4 -
YUV 148.26 127.86 122.83 -
System Red Green Blue C M Y K H S L
Decimal 141 152 148 0.07 0 0.03 0.40 158.18 0.05 0.57
Hex 8D 98 94 7 0 3 28 9E 5 39
Octal 215 230 224 7 0 3 50 236 5 71
Binary 10001101 10011000 10010100 111 0 11 101000 10011110 101 111001

Color Harmonies of #8D9894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D9894

Black with #8D9894

Text Example


Text Example

White with #8D9894

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,152,148); }

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

background-color css

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

 a { background-color: rgb(141,152,148); }

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

border-color css

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

 span { border-color: rgb(141,152,148); }

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