Html Css Color HEX #899892 Granny Smith

📋 copy color: '#899892'

red 137 ◦ green 152 ◦ blue 146

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

Shades of Granny Smith #899892

Tints of Granny Smith #899892

RGB

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

 GREEN value IS 152 (59.77% from 255) = 34.94%

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

R = 31.49%
G = 34.94%
B = 33.56%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.04

 K value IS 0.40

RGB Variations

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

Color information

#899892 (or 0x899892) is known color: Granny Smith. HEX triplet: 89, 98 and 92. RGB value is (137,152,146). Sum of RGB (Red+Green+Blue) = 137+152+146=435 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.49% from 435); Green value is 152 (59.77% from 255 or 34.94% from 435); Blue value is 146 (57.42% from 255 or 33.56% from 435); Max value from RGB is 152 - color contains mainly: green. Hex color #899892 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899892 is #76676D. Grayscale: #929292. Windows color (decimal): -7759726 or 9607305. OLE color: 9607305.

HSL color Cylindrical-coordinate representation of color #899892: hue angle of 156º degrees, saturation: 0.07, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #899892 is Cyan = 0.10, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.40.

Color convert

RGB 137 152 146 -
CMYK 0.10 0 0.04 0.40
HSL 156º 0.07% 0.57% -
HSV(B) 156º 0.1% 0.6% -
XYZ 26.73 29.85 31.55 -
YUV 146.83 127.53 120.99 -
System Red Green Blue C M Y K H S L
Decimal 137 152 146 0.10 0 0.04 0.40 156 0.07 0.57
Hex 89 98 92 A 0 4 28 9C 7 39
Octal 211 230 222 12 0 4 50 234 7 71
Binary 10001001 10011000 10010010 1010 0 100 101000 10011100 111 111001

Color Harmonies of #899892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899892

Black with #899892

Text Example


Text Example

White with #899892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #899892; }

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

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

background-color css

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

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

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

border-color css

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

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

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