Html Css Color HEX #889C94 Granny Smith

📋 copy color: '#889C94'

red 136 ◦ green 156 ◦ blue 148

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

Shades of Granny Smith #889C94

Tints of Granny Smith #889C94

RGB

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

 GREEN value IS 156 (61.33% from 255) = 35.45%

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

R = 30.91%
G = 35.45%
B = 33.64%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.05

 K value IS 0.39

RGB Variations

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

Color information

#889C94 (or 0x889C94) is known color: Granny Smith. HEX triplet: 88, 9C and 94. RGB value is (136,156,148). Sum of RGB (Red+Green+Blue) = 136+156+148=440 (58% of max value = 765). Red value is 136 (53.52% from 255 or 30.91% from 440); Green value is 156 (61.33% from 255 or 35.45% from 440); Blue value is 148 (58.20% from 255 or 33.64% from 440); Max value from RGB is 156 - color contains mainly: green. Hex color #889C94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889C94 is #77636B. Grayscale: #959595. Windows color (decimal): -7824236 or 9739400. OLE color: 9739400.

HSL color Cylindrical-coordinate representation of color #889C94: hue angle of 156º degrees, saturation: 0.09, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #889C94 is Cyan = 0.13, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.39.

Color convert

RGB 136 156 148 -
CMYK 0.13 0 0.05 0.39
HSL 156º 0.09% 0.57% -
HSV(B) 156º 0.13% 0.61% -
XYZ 27.39 31.15 32.59 -
YUV 149.11 127.37 118.65 -
System Red Green Blue C M Y K H S L
Decimal 136 156 148 0.13 0 0.05 0.39 156 0.09 0.57
Hex 88 9C 94 D 0 5 27 9C 9 39
Octal 210 234 224 15 0 5 47 234 11 71
Binary 10001000 10011100 10010100 1101 0 101 100111 10011100 1001 111001

Color Harmonies of #889C94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889C94

Black with #889C94

Text Example


Text Example

White with #889C94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #889C94; }

 p { color: rgb(136,156,148); }

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

background-color css

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

 a { background-color: rgb(136,156,148); }

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

border-color css

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

 span { border-color: rgb(136,156,148); }

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