Html Css Color HEX #899B92 Granny Smith

📋 copy color: '#899B92'

red 137 ◦ green 155 ◦ blue 146

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

Shades of Granny Smith #899B92

Tints of Granny Smith #899B92

RGB

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

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

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

R = 31.28%
G = 35.39%
B = 33.33%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.06

 K value IS 0.39

RGB Variations

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

Color information

#899B92 (or 0x899B92) is known color: Granny Smith. HEX triplet: 89, 9B and 92. RGB value is (137,155,146). Sum of RGB (Red+Green+Blue) = 137+155+146=438 (58% of max value = 765). Red value is 137 (53.91% from 255 or 31.28% from 438); Green value is 155 (60.94% from 255 or 35.39% from 438); Blue value is 146 (57.42% from 255 or 33.33% from 438); Max value from RGB is 155 - color contains mainly: green. Hex color #899B92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899B92 is #76646D. Grayscale: #949494. Windows color (decimal): -7758958 or 9608073. OLE color: 9608073.

HSL color Cylindrical-coordinate representation of color #899B92: hue angle of 150º 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 #899B92 is Cyan = 0.12, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.39.

Color convert

RGB 137 155 146 -
CMYK 0.12 0 0.06 0.39
HSL 150º 0.08% 0.57% -
HSV(B) 150º 0.12% 0.61% -
XYZ 27.23 30.84 31.71 -
YUV 148.59 126.54 119.73 -
System Red Green Blue C M Y K H S L
Decimal 137 155 146 0.12 0 0.06 0.39 150 0.08 0.57
Hex 89 9B 92 C 0 6 27 96 8 39
Octal 211 233 222 14 0 6 47 226 10 71
Binary 10001001 10011011 10010010 1100 0 110 100111 10010110 1000 111001

Color Harmonies of #899B92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899B92

Black with #899B92

Text Example


Text Example

White with #899B92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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