Html Css Color HEX #8C9993 Granny Smith

📋 copy color: '#8C9993'

red 140 ◦ green 153 ◦ blue 147

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

Shades of Granny Smith #8C9993

Tints of Granny Smith #8C9993

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 33.41%

R = 31.82%
G = 34.77%
B = 33.41%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.04

 K value IS 0.4

RGB Variations

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

Color information

#8C9993 (or 0x8C9993) is known color: Granny Smith. HEX triplet: 8C, 99 and 93. RGB value is (140,153,147). Sum of RGB (Red+Green+Blue) = 140+153+147=440 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.82% from 440); Green value is 153 (60.16% from 255 or 34.77% from 440); Blue value is 147 (57.81% from 255 or 33.41% from 440); Max value from RGB is 153 - color contains mainly: green. Hex color #8C9993 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C9993 is #73666C. Grayscale: #949494. Windows color (decimal): -7562861 or 9673100. OLE color: 9673100.

HSL color Cylindrical-coordinate representation of color #8C9993: hue angle of 152.31º 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 #8C9993 is Cyan = 0.08, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.4.

Color convert

RGB 140 153 147 -
CMYK 0.08 0 0.04 0.4
HSL 152.31º 0.06% 0.57% -
HSV(B) 152.31º 0.08% 0.6% -
XYZ 27.47 30.46 32.04 -
YUV 148.43 127.19 121.99 -
System Red Green Blue C M Y K H S L
Decimal 140 153 147 0.08 0 0.04 0.4 152.31 0.06 0.57
Hex 8C 99 93 8 0 4 28 98 6 39
Octal 214 231 223 10 0 4 50 230 6 71
Binary 10001100 10011001 10010011 1000 0 100 101000 10011000 110 111001

Color Harmonies of #8C9993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C9993

Black with #8C9993

Text Example


Text Example

White with #8C9993

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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