#899F93

Color #899F93 Padua (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Padua #899F93

Tints of Padua #899F93

Color information

#899F93 (or 0x899F93) is unknown color: approx Padua. HEX triplet: 89, 9F and 93. RGB value is (137,159,147). Sum of RGB (Red+Green+Blue) = 137+159+147=443 (58% of max value = 765). Red value is 137 (53.91% from 255 or 30.93% from 443); Green value is 159 (62.5% from 255 or 35.89% from 443); Blue value is 147 (57.81% from 255 or 33.18% from 443); Max value from RGB is 159 - color contains mainly: green. Hex color #899F93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899F93 is #76606C. Grayscale: #979797. Windows color (decimal): -7757933 or 9674633. OLE color: 9674633.

HSL color Cylindrical-coordinate representation of color #899F93: hue angle of 147.27º 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 #899F93 is Cyan = 0.14, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.38.

Color convert

RGB137159147-
CMYK0.1400.080.38
HSL147.27º10.28%58.04%-
HSV(B)147.27º13.84%62.35%-
XYZ27.9832.2232.35-
YUV151.05125.71117.98-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 30.93%
GREEN value IS 159 (62.5% from 255) = 35.89%
BLUE value IS 147 (57.81% from 255) = 33.18%
R=30.93%
G=35.89%
B=33.18%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1371591470.1400.080.38147.2710.2858.04
Hex899F93E082693a3a
Octal21123722316010462231272
Binary100010011001111110010011111001000100110100100111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899F93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #899F93;
 }
 .AnyTagClassName
 {
   color: #899F93;
 }
</style>
background-color css

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

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

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

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

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

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