Html Css Color HEX #889894 Granny Smith

📋 copy color: '#889894'

red 136 ◦ green 152 ◦ blue 148

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

Shades of Granny Smith #889894

Tints of Granny Smith #889894

RGB

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

 GREEN value IS 152 (59.77% from 255) = 34.86%

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

R = 31.19%
G = 34.86%
B = 33.94%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.03

 K value IS 0.40

RGB Variations

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

Color information

#889894 (or 0x889894) is known color: Granny Smith. HEX triplet: 88, 98 and 94. RGB value is (136,152,148). Sum of RGB (Red+Green+Blue) = 136+152+148=436 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.19% from 436); Green value is 152 (59.77% from 255 or 34.86% from 436); Blue value is 148 (58.20% from 255 or 33.94% from 436); Max value from RGB is 152 - color contains mainly: green. Hex color #889894 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889894 is #77676B. Grayscale: #929292. Windows color (decimal): -7825260 or 9738376. OLE color: 9738376.

HSL color Cylindrical-coordinate representation of color #889894: hue angle of 165º degrees, saturation: 0.07, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #889894 is Cyan = 0.11, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.40.

Color convert

RGB 136 152 148 -
CMYK 0.11 0 0.03 0.40
HSL 165º 0.07% 0.56% -
HSV(B) 165º 0.11% 0.6% -
XYZ 26.73 29.83 32.37 -
YUV 146.76 128.7 120.33 -
System Red Green Blue C M Y K H S L
Decimal 136 152 148 0.11 0 0.03 0.40 165 0.07 0.56
Hex 88 98 94 B 0 3 28 A5 7 38
Octal 210 230 224 13 0 3 50 245 7 70
Binary 10001000 10011000 10010100 1011 0 11 101000 10100101 111 111000

Color Harmonies of #889894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889894

Black with #889894

Text Example


Text Example

White with #889894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #889894; }

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

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

background-color css

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

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

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

border-color css

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

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

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