#889D92

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

Shades of Granny Smith #889D92

Tints of Granny Smith #889D92

Color information

#889D92 (or 0x889D92) is unknown color: approx Granny Smith. HEX triplet: 88, 9D and 92. RGB value is (136,157,146). Sum of RGB (Red+Green+Blue) = 136+157+146=439 (58% of max value = 765). Red value is 136 (53.52% from 255 or 30.98% from 439); Green value is 157 (61.72% from 255 or 35.76% from 439); Blue value is 146 (57.42% from 255 or 33.26% from 439); Max value from RGB is 157 - color contains mainly: green. Hex color #889D92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889D92 is #77626D. Grayscale: #959595. Windows color (decimal): -7823982 or 9608584. OLE color: 9608584.

HSL color Cylindrical-coordinate representation of color #889D92: hue angle of 148.57º degrees, saturation: 0.1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #889D92 is Cyan = 0.13, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.38.

Color convert

RGB136157146-
CMYK0.1300.070.38
HSL148.57º9.68%57.45%-
HSV(B)148.57º13.38%61.57%-
XYZ27.431.4231.82-
YUV149.47126.04118.39-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 30.98%
GREEN value IS 157 (61.72% from 255) = 35.76%
BLUE value IS 146 (57.42% from 255) = 33.26%
R=30.98%
G=35.76%
B=33.26%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1361571460.1300.070.38148.579.6857.45
Hex889D92D072695a39
Octal2102352221507462251271
Binary10001000100111011001001011010111100110100101011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889D92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #889D92; }

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

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

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

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

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

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

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

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