Html Css Color HEX #889692 Granny Smith

📋 copy color: '#889692'

red 136 ◦ green 150 ◦ blue 146

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

Shades of Granny Smith #889692

Tints of Granny Smith #889692

RGB

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

 GREEN value IS 150 (58.98% from 255) = 34.72%

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

R = 31.48%
G = 34.72%
B = 33.8%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.03

 K value IS 0.41

RGB Variations

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

Color information

#889692 (or 0x889692) is known color: Granny Smith. HEX triplet: 88, 96 and 92. RGB value is (136,150,146). Sum of RGB (Red+Green+Blue) = 136+150+146=432 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.48% from 432); Green value is 150 (58.98% from 255 or 34.72% from 432); Blue value is 146 (57.42% from 255 or 33.80% from 432); Max value from RGB is 150 - color contains mainly: green. Hex color #889692 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889692 is #77696D. Grayscale: #919191. Windows color (decimal): -7825774 or 9606792. OLE color: 9606792.

HSL color Cylindrical-coordinate representation of color #889692: hue angle of 162.86º degrees, saturation: 0.06, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #889692 is Cyan = 0.09, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.41.

Color convert

RGB 136 150 146 -
CMYK 0.09 0 0.03 0.41
HSL 162.86º 0.06% 0.56% -
HSV(B) 162.86º 0.09% 0.59% -
XYZ 26.25 29.12 31.43 -
YUV 145.36 128.36 121.33 -
System Red Green Blue C M Y K H S L
Decimal 136 150 146 0.09 0 0.03 0.41 162.86 0.06 0.56
Hex 88 96 92 9 0 3 29 A3 6 38
Octal 210 226 222 11 0 3 51 243 6 70
Binary 10001000 10010110 10010010 1001 0 11 101001 10100011 110 111000

Color Harmonies of #889692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889692

Black with #889692

Text Example


Text Example

White with #889692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #889692; }

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

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

background-color css

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

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

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

border-color css

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

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

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