Html Css Color HEX #889992 Granny Smith

📋 copy color: '#889992'

red 136 ◦ green 153 ◦ blue 146

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

Shades of Granny Smith #889992

Tints of Granny Smith #889992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 33.56%

R = 31.26%
G = 35.17%
B = 33.56%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.05

 K value IS 0.4

RGB Variations

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

Color information

#889992 (or 0x889992) is known color: Granny Smith. HEX triplet: 88, 99 and 92. RGB value is (136,153,146). Sum of RGB (Red+Green+Blue) = 136+153+146=435 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.26% from 435); Green value is 153 (60.16% from 255 or 35.17% from 435); Blue value is 146 (57.42% from 255 or 33.56% from 435); Max value from RGB is 153 - color contains mainly: green. Hex color #889992 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889992 is #77666D. Grayscale: #939393. Windows color (decimal): -7825006 or 9607560. OLE color: 9607560.

HSL color Cylindrical-coordinate representation of color #889992: hue angle of 155.29º 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 #889992 is Cyan = 0.11, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.4.

Color convert

RGB 136 153 146 -
CMYK 0.11 0 0.05 0.4
HSL 155.29º 0.08% 0.57% -
HSV(B) 155.29º 0.11% 0.6% -
XYZ 26.73 30.09 31.59 -
YUV 147.12 127.37 120.07 -
System Red Green Blue C M Y K H S L
Decimal 136 153 146 0.11 0 0.05 0.4 155.29 0.08 0.57
Hex 88 99 92 B 0 5 28 9B 8 39
Octal 210 231 222 13 0 5 50 233 10 71
Binary 10001000 10011001 10010010 1011 0 101 101000 10011011 1000 111001

Color Harmonies of #889992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889992

Black with #889992

Text Example


Text Example

White with #889992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #889992; }

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

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

background-color css

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

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

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

border-color css

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

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

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