Html Css Color HEX #889491 Granny Smith

📋 copy color: '#889491'

red 136 ◦ green 148 ◦ blue 145

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

Shades of Granny Smith #889491

Tints of Granny Smith #889491

RGB

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

 GREEN value IS 148 (58.2% from 255) = 34.5%

 BLUE value IS 145 (57.03% from 255) = 33.8%

R = 31.7%
G = 34.5%
B = 33.8%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.02

 K value IS 0.42

RGB Variations

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

Color information

#889491 (or 0x889491) is known color: Granny Smith. HEX triplet: 88, 94 and 91. RGB value is (136,148,145). Sum of RGB (Red+Green+Blue) = 136+148+145=429 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.70% from 429); Green value is 148 (58.20% from 255 or 34.50% from 429); Blue value is 145 (57.03% from 255 or 33.80% from 429); Max value from RGB is 148 - color contains mainly: green. Hex color #889491 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889491 is #776B6E. Grayscale: #909090. Windows color (decimal): -7826287 or 9540744. OLE color: 9540744.

HSL color Cylindrical-coordinate representation of color #889491: hue angle of 165º degrees, saturation: 0.05, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #889491 is Cyan = 0.08, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.42.

Color convert

RGB 136 148 145 -
CMYK 0.08 0 0.02 0.42
HSL 165º 0.05% 0.56% -
HSV(B) 165º 0.08% 0.58% -
XYZ 25.85 28.46 30.92 -
YUV 144.07 128.52 122.24 -
System Red Green Blue C M Y K H S L
Decimal 136 148 145 0.08 0 0.02 0.42 165 0.05 0.56
Hex 88 94 91 8 0 2 2A A5 5 38
Octal 210 224 221 10 0 2 52 245 5 70
Binary 10001000 10010100 10010001 1000 0 10 101010 10100101 101 111000

Color Harmonies of #889491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889491

Black with #889491

Text Example


Text Example

White with #889491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #889491; }

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

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

background-color css

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

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

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

border-color css

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

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

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