Html Css Color HEX #899F92 Edward

📋 copy color: '#899F92'

red 137 ◦ green 159 ◦ blue 146

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

Shades of Edward #899F92

Tints of Edward #899F92

RGB

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

 GREEN value IS 159 (62.5% from 255) = 35.97%

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

R = 31%
G = 35.97%
B = 33.03%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.08

 K value IS 0.38

RGB Variations

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

Color information

#899F92 (or 0x899F92) is known color: Edward. HEX triplet: 89, 9F and 92. RGB value is (137,159,146). Sum of RGB (Red+Green+Blue) = 137+159+146=442 (58% of max value = 765). Red value is 137 (53.91% from 255 or 31.00% from 442); Green value is 159 (62.5% from 255 or 35.97% from 442); Blue value is 146 (57.42% from 255 or 33.03% from 442); Max value from RGB is 159 - color contains mainly: green. Hex color #899F92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899F92 is #76606D. Grayscale: #969696. Windows color (decimal): -7757934 or 9609097. OLE color: 9609097.

HSL color Cylindrical-coordinate representation of color #899F92: hue angle of 144.55º degrees, saturation: 0.1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #899F92 is Cyan = 0.14, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.38.

Color convert

RGB 137 159 146 -
CMYK 0.14 0 0.08 0.38
HSL 144.55º 0.1% 0.58% -
HSV(B) 144.55º 0.14% 0.62% -
XYZ 27.9 32.19 31.94 -
YUV 150.94 125.21 118.06 -
System Red Green Blue C M Y K H S L
Decimal 137 159 146 0.14 0 0.08 0.38 144.55 0.1 0.58
Hex 89 9F 92 E 0 8 26 91 A 3A
Octal 211 237 222 16 0 10 46 221 12 72
Binary 10001001 10011111 10010010 1110 0 1000 100110 10010001 1010 111010

Color Harmonies of #899F92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899F92

Black with #899F92

Text Example


Text Example

White with #899F92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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