#8B9993

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

Shades of Granny Smith #8B9993

Tints of Granny Smith #8B9993

Color information

#8B9993 (or 0x8B9993) is unknown color: approx Granny Smith. HEX triplet: 8B, 99 and 93. RGB value is (139,153,147). Sum of RGB (Red+Green+Blue) = 139+153+147=439 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.66% from 439); Green value is 153 (60.16% from 255 or 34.85% from 439); Blue value is 147 (57.81% from 255 or 33.49% from 439); Max value from RGB is 153 - color contains mainly: green. Hex color #8B9993 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B9993 is #74666C. Grayscale: #949494. Windows color (decimal): -7628397 or 9673099. OLE color: 9673099.

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

Color convert

RGB139153147-
CMYK0.0900.040.4
HSL154.29º6.42%57.25%-
HSV(B)154.29º9.15%60%-
XYZ27.3130.3832.03-
YUV148.13127.36121.49-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 31.66%
GREEN value IS 153 (60.16% from 255) = 34.85%
BLUE value IS 147 (57.81% from 255) = 33.49%
R=31.66%
G=34.85%
B=33.49%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1391531470.0900.040.4154.296.4257.25
Hex8B9993904289a639
Octal213231223110450232671
Binary1000101110011001100100111001010010100010011010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B9993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B9993; }

 p { color: rgb(139,153,147); }

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

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

 a { background-color: rgb(139,153,147); }

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

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

 span { border-color: rgb(139,153,147); }

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