Html Css Color HEX #899B93 Granny Smith

📋 copy color: '#899B93'

red 137 ◦ green 155 ◦ blue 147

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

Shades of Granny Smith #899B93

Tints of Granny Smith #899B93

RGB

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

 GREEN value IS 155 (60.94% from 255) = 35.31%

 BLUE value IS 147 (57.81% from 255) = 33.49%

R = 31.21%
G = 35.31%
B = 33.49%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.05

 K value IS 0.39

RGB Variations

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

Color information

#899B93 (or 0x899B93) is known color: Granny Smith. HEX triplet: 89, 9B and 93. RGB value is (137,155,147). Sum of RGB (Red+Green+Blue) = 137+155+147=439 (58% of max value = 765). Red value is 137 (53.91% from 255 or 31.21% from 439); Green value is 155 (60.94% from 255 or 35.31% from 439); Blue value is 147 (57.81% from 255 or 33.49% from 439); Max value from RGB is 155 - color contains mainly: green. Hex color #899B93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899B93 is #76646C. Grayscale: #949494. Windows color (decimal): -7758957 or 9673609. OLE color: 9673609.

HSL color Cylindrical-coordinate representation of color #899B93: hue angle of 153.33º degrees, saturation: 0.08, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #899B93 is Cyan = 0.12, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.39.

Color convert

RGB 137 155 147 -
CMYK 0.12 0 0.05 0.39
HSL 153.33º 0.08% 0.57% -
HSV(B) 153.33º 0.12% 0.61% -
XYZ 27.3 30.87 32.12 -
YUV 148.71 127.04 119.65 -
System Red Green Blue C M Y K H S L
Decimal 137 155 147 0.12 0 0.05 0.39 153.33 0.08 0.57
Hex 89 9B 93 C 0 5 27 99 8 39
Octal 211 233 223 14 0 5 47 231 10 71
Binary 10001001 10011011 10010011 1100 0 101 100111 10011001 1000 111001

Color Harmonies of #899B93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899B93

Black with #899B93

Text Example


Text Example

White with #899B93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #899B93; }

 p { color: rgb(137,155,147); }

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

background-color css

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

 a { background-color: rgb(137,155,147); }

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

border-color css

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

 span { border-color: rgb(137,155,147); }

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