Html Css Color HEX #889993 Granny Smith

📋 copy color: '#889993'

red 136 ◦ green 153 ◦ blue 147

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

Shades of Granny Smith #889993

Tints of Granny Smith #889993

RGB

 RED value IS 136 (53.52% from 255) = 31.19%

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

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

R = 31.19%
G = 35.09%
B = 33.72%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.04

 K value IS 0.4

RGB Variations

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

Color information

#889993 (or 0x889993) is known color: Granny Smith. HEX triplet: 88, 99 and 93. RGB value is (136,153,147). Sum of RGB (Red+Green+Blue) = 136+153+147=436 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.19% from 436); Green value is 153 (60.16% from 255 or 35.09% from 436); Blue value is 147 (57.81% from 255 or 33.72% from 436); Max value from RGB is 153 - color contains mainly: green. Hex color #889993 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889993 is #77666C. Grayscale: #939393. Windows color (decimal): -7825005 or 9673096. OLE color: 9673096.

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

Color convert

RGB 136 153 147 -
CMYK 0.11 0 0.04 0.4
HSL 158.82º 0.08% 0.57% -
HSV(B) 158.82º 0.11% 0.6% -
XYZ 26.81 30.12 32.01 -
YUV 147.23 127.87 119.99 -
System Red Green Blue C M Y K H S L
Decimal 136 153 147 0.11 0 0.04 0.4 158.82 0.08 0.57
Hex 88 99 93 B 0 4 28 9F 8 39
Octal 210 231 223 13 0 4 50 237 10 71
Binary 10001000 10011001 10010011 1011 0 100 101000 10011111 1000 111001

Color Harmonies of #889993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889993

Black with #889993

Text Example


Text Example

White with #889993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #889993; }

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

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

background-color css

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

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

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

border-color css

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

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

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