Html Css Color HEX #899C8C Envy

📋 copy color: '#899C8C'

red 137 ◦ green 156 ◦ blue 140

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

Shades of Envy #899C8C

Tints of Envy #899C8C

RGB

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

 GREEN value IS 156 (61.33% from 255) = 36.03%

 BLUE value IS 140 (55.08% from 255) = 32.33%

R = 31.64%
G = 36.03%
B = 32.33%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.10

 K value IS 0.39

RGB Variations

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

Color information

#899C8C (or 0x899C8C) is known color: Envy. HEX triplet: 89, 9C and 8C. RGB value is (137,156,140). Sum of RGB (Red+Green+Blue) = 137+156+140=433 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.64% from 433); Green value is 156 (61.33% from 255 or 36.03% from 433); Blue value is 140 (55.08% from 255 or 32.33% from 433); Max value from RGB is 156 - color contains mainly: green. Hex color #899C8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899C8C is #766373. Grayscale: #949494. Windows color (decimal): -7758708 or 9215113. OLE color: 9215113.

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

Color convert

RGB 137 156 140 -
CMYK 0.12 0 0.10 0.39
HSL 129.47º 0.09% 0.57% -
HSV(B) 129.47º 0.12% 0.61% -
XYZ 26.94 30.99 29.37 -
YUV 148.5 123.21 119.8 -
System Red Green Blue C M Y K H S L
Decimal 137 156 140 0.12 0 0.10 0.39 129.47 0.09 0.57
Hex 89 9C 8C C 0 A 27 81 9 39
Octal 211 234 214 14 0 12 47 201 11 71
Binary 10001001 10011100 10001100 1100 0 1010 100111 10000001 1001 111001

Color Harmonies of #899C8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899C8C

Black with #899C8C

Text Example


Text Example

White with #899C8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,156,140); }

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

background-color css

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

 a { background-color: rgb(137,156,140); }

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

border-color css

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

 span { border-color: rgb(137,156,140); }

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