Html Css Color HEX #889490 Granny Smith

📋 copy color: '#889490'

red 136 ◦ green 148 ◦ blue 144

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

Shades of Granny Smith #889490

Tints of Granny Smith #889490

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 33.64%

R = 31.78%
G = 34.58%
B = 33.64%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#889490 (or 0x889490) is known color: Granny Smith. HEX triplet: 88, 94 and 90. RGB value is (136,148,144). Sum of RGB (Red+Green+Blue) = 136+148+144=428 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.78% from 428); Green value is 148 (58.20% from 255 or 34.58% from 428); Blue value is 144 (56.64% from 255 or 33.64% from 428); Max value from RGB is 148 - color contains mainly: green. Hex color #889490 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889490 is #776B6F. Grayscale: #8F8F8F. Windows color (decimal): -7826288 or 9475208. OLE color: 9475208.

HSL color Cylindrical-coordinate representation of color #889490: hue angle of 160º 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 #889490 is Cyan = 0.08, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB 136 148 144 -
CMYK 0.08 0 0.03 0.42
HSL 160º 0.05% 0.56% -
HSV(B) 160º 0.08% 0.58% -
XYZ 25.78 28.43 30.51 -
YUV 143.96 128.02 122.33 -
System Red Green Blue C M Y K H S L
Decimal 136 148 144 0.08 0 0.03 0.42 160 0.05 0.56
Hex 88 94 90 8 0 3 2A A0 5 38
Octal 210 224 220 10 0 3 52 240 5 70
Binary 10001000 10010100 10010000 1000 0 11 101010 10100000 101 111000

Color Harmonies of #889490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889490

Black with #889490

Text Example


Text Example

White with #889490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #889490; }

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

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

background-color css

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

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

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

border-color css

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

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

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