Html Css Color HEX #8C9994 Granny Smith

📋 copy color: '#8C9994'

red 140 ◦ green 153 ◦ blue 148

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

Shades of Granny Smith #8C9994

Tints of Granny Smith #8C9994

RGB

 RED value IS 140 (55.08% from 255) = 31.75%

 GREEN value IS 153 (60.16% from 255) = 34.69%

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

R = 31.75%
G = 34.69%
B = 33.56%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.03

 K value IS 0.4

RGB Variations

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

Color information

#8C9994 (or 0x8C9994) is known color: Granny Smith. HEX triplet: 8C, 99 and 94. RGB value is (140,153,148). Sum of RGB (Red+Green+Blue) = 140+153+148=441 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.75% from 441); Green value is 153 (60.16% from 255 or 34.69% from 441); Blue value is 148 (58.20% from 255 or 33.56% from 441); Max value from RGB is 153 - color contains mainly: green. Hex color #8C9994 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C9994 is #73666B. Grayscale: #949494. Windows color (decimal): -7562860 or 9738636. OLE color: 9738636.

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

Color convert

RGB 140 153 148 -
CMYK 0.08 0 0.03 0.4
HSL 156.92º 0.06% 0.57% -
HSV(B) 156.92º 0.08% 0.6% -
XYZ 27.55 30.5 32.45 -
YUV 148.54 127.69 121.91 -
System Red Green Blue C M Y K H S L
Decimal 140 153 148 0.08 0 0.03 0.4 156.92 0.06 0.57
Hex 8C 99 94 8 0 3 28 9D 6 39
Octal 214 231 224 10 0 3 50 235 6 71
Binary 10001100 10011001 10010100 1000 0 11 101000 10011101 110 111001

Color Harmonies of #8C9994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C9994

Black with #8C9994

Text Example


Text Example

White with #8C9994

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,153,148); }

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

background-color css

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

 a { background-color: rgb(140,153,148); }

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

border-color css

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

 span { border-color: rgb(140,153,148); }

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