Html Css Color HEX #889990 Granny Smith

📋 copy color: '#889990'

red 136 ◦ green 153 ◦ blue 144

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

Shades of Granny Smith #889990

Tints of Granny Smith #889990

RGB

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

 GREEN value IS 153 (60.16% from 255) = 35.33%

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

R = 31.41%
G = 35.33%
B = 33.26%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.06

 K value IS 0.4

RGB Variations

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

Color information

#889990 (or 0x889990) is known color: Granny Smith. HEX triplet: 88, 99 and 90. RGB value is (136,153,144). Sum of RGB (Red+Green+Blue) = 136+153+144=433 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.41% from 433); Green value is 153 (60.16% from 255 or 35.33% from 433); Blue value is 144 (56.64% from 255 or 33.26% from 433); Max value from RGB is 153 - color contains mainly: green. Hex color #889990 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889990 is #77666F. Grayscale: #929292. Windows color (decimal): -7825008 or 9476488. OLE color: 9476488.

HSL color Cylindrical-coordinate representation of color #889990: hue angle of 148.24º degrees, saturation: 0.08, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #889990 is Cyan = 0.11, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.4.

Color convert

RGB 136 153 144 -
CMYK 0.11 0 0.06 0.4
HSL 148.24º 0.08% 0.57% -
HSV(B) 148.24º 0.11% 0.6% -
XYZ 26.58 30.03 30.78 -
YUV 146.89 126.37 120.23 -
System Red Green Blue C M Y K H S L
Decimal 136 153 144 0.11 0 0.06 0.4 148.24 0.08 0.57
Hex 88 99 90 B 0 6 28 94 8 39
Octal 210 231 220 13 0 6 50 224 10 71
Binary 10001000 10011001 10010000 1011 0 110 101000 10010100 1000 111001

Color Harmonies of #889990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889990

Black with #889990

Text Example


Text Example

White with #889990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #889990; }

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

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

background-color css

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

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

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

border-color css

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

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

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