#888B8A

Color #888B8A Granny Smith (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Granny Smith #888B8A

Tints of Granny Smith #888B8A

Color information

#888B8A (or 0x888B8A) is unknown color: approx Granny Smith. HEX triplet: 88, 8B and 8A. RGB value is (136,139,138). Sum of RGB (Red+Green+Blue) = 136+139+138=413 (54% of max value = 765). Red value is 136 (53.52% from 255 or 32.93% from 413); Green value is 139 (54.69% from 255 or 33.66% from 413); Blue value is 138 (54.30% from 255 or 33.41% from 413); Max value from RGB is 139 - color contains mainly: green. Hex color #888B8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #888B8A is #777475. Grayscale: #898989. Windows color (decimal): -7828598 or 9079688. OLE color: 9079688.

HSL color Cylindrical-coordinate representation of color #888B8A: hue angle of 160º degrees, saturation: 0.01, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #888B8A is Cyan = 0.02, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.45.

Color convert

RGB136139138-
CMYK0.0200.010.45
HSL160º1.28%53.92%-
HSV(B)160º2.16%54.51%-
XYZ23.9725.5327.71-
YUV137.99128.01126.58-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 32.93%
GREEN value IS 139 (54.69% from 255) = 33.66%
BLUE value IS 138 (54.30% from 255) = 33.41%
R=32.93%
G=33.66%
B=33.41%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1361391380.0200.010.451601.2853.92
Hex888B8A2012Da0136
Octal21021321220155240166
Binary1000100010001011100010101001101101101000001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888B8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #888B8A; }

 p { color: rgb(136,139,138); }

 H1.HeaderClassName
 {
   color: #888B8A;
 }
 .AnyTagClassName
 {
   color: #888B8A;
 }
</style>
background-color css

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

 a { background-color: rgb(136,139,138); }

 div.DivClassName
 {
   background-color: #888B8A;
 }
 .BgClassName
 {
   background-color: #888B8A;
 }
</style>
border-color css

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

 span { border-color: rgb(136,139,138); }

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