Html Css Color HEX #889B94 Granny Smith

📋 copy color: '#889B94'

red 136 ◦ green 155 ◦ blue 148

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

Shades of Granny Smith #889B94

Tints of Granny Smith #889B94

RGB

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

 GREEN value IS 155 (60.94% from 255) = 35.31%

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

R = 30.98%
G = 35.31%
B = 33.71%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.05

 K value IS 0.39

RGB Variations

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

Color information

#889B94 (or 0x889B94) is known color: Granny Smith. HEX triplet: 88, 9B and 94. RGB value is (136,155,148). Sum of RGB (Red+Green+Blue) = 136+155+148=439 (58% of max value = 765). Red value is 136 (53.52% from 255 or 30.98% from 439); Green value is 155 (60.94% from 255 or 35.31% from 439); Blue value is 148 (58.20% from 255 or 33.71% from 439); Max value from RGB is 155 - color contains mainly: green. Hex color #889B94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889B94 is #77646B. Grayscale: #949494. Windows color (decimal): -7824492 or 9739144. OLE color: 9739144.

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

Color convert

RGB 136 155 148 -
CMYK 0.12 0 0.05 0.39
HSL 157.89º 0.09% 0.57% -
HSV(B) 157.89º 0.12% 0.61% -
XYZ 27.22 30.82 32.53 -
YUV 148.52 127.71 119.07 -
System Red Green Blue C M Y K H S L
Decimal 136 155 148 0.12 0 0.05 0.39 157.89 0.09 0.57
Hex 88 9B 94 C 0 5 27 9E 9 39
Octal 210 233 224 14 0 5 47 236 11 71
Binary 10001000 10011011 10010100 1100 0 101 100111 10011110 1001 111001

Color Harmonies of #889B94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889B94

Black with #889B94

Text Example


Text Example

White with #889B94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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