Html Css Color HEX #899692 Granny Smith

📋 copy color: '#899692'

red 137 ◦ green 150 ◦ blue 146

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

Shades of Granny Smith #899692

Tints of Granny Smith #899692

RGB

 RED value IS 137 (53.91% from 255) = 31.64%

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

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

R = 31.64%
G = 34.64%
B = 33.72%

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

#899692 (or 0x899692) is known color: Granny Smith. HEX triplet: 89, 96 and 92. RGB value is (137,150,146). Sum of RGB (Red+Green+Blue) = 137+150+146=433 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.64% from 433); Green value is 150 (58.98% from 255 or 34.64% from 433); Blue value is 146 (57.42% from 255 or 33.72% from 433); Max value from RGB is 150 - color contains mainly: green. Hex color #899692 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899692 is #76696D. Grayscale: #919191. Windows color (decimal): -7760238 or 9606793. OLE color: 9606793.

HSL color Cylindrical-coordinate representation of color #899692: hue angle of 161.54º 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 #899692 is Cyan = 0.09, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.41.

Color convert

RGB 137 150 146 -
CMYK 0.09 0 0.03 0.41
HSL 161.54º 0.06% 0.56% -
HSV(B) 161.54º 0.09% 0.59% -
XYZ 26.41 29.21 31.44 -
YUV 145.66 128.19 121.83 -
System Red Green Blue C M Y K H S L
Decimal 137 150 146 0.09 0 0.03 0.41 161.54 0.06 0.56
Hex 89 96 92 9 0 3 29 A2 6 38
Octal 211 226 222 11 0 3 51 242 6 70
Binary 10001001 10010110 10010010 1001 0 11 101001 10100010 110 111000

Color Harmonies of #899692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899692

Black with #899692

Text Example


Text Example

White with #899692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #899692; }

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

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

background-color css

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

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

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

border-color css

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

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

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