#89C48D

Color #89C48D De York (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of De York #89C48D

Tints of De York #89C48D

Color information

#89C48D (or 0x89C48D) is unknown color: approx De York. HEX triplet: 89, C4 and 8D. RGB value is (137,196,141). Sum of RGB (Red+Green+Blue) = 137+196+141=474 (62% of max value = 765). Red value is 137 (53.91% from 255 or 28.90% from 474); Green value is 196 (76.95% from 255 or 41.35% from 474); Blue value is 141 (55.47% from 255 or 29.75% from 474); Max value from RGB is 196 - color contains mainly: green. Hex color #89C48D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89C48D is #763B72. Grayscale: #ACACAC. Windows color (decimal): -7748467 or 9290889. OLE color: 9290889.

HSL color Cylindrical-coordinate representation of color #89C48D: hue angle of 124.07º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #89C48D is Cyan = 0.30, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.23.

Color convert

RGB137196141-
CMYK0.3000.280.23
HSL124.07º33.33%65.29%-
HSV(B)124.07º30.1%76.86%-
XYZ34.8646.7232.38-
YUV172.09110.45102.97-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 28.90%
GREEN value IS 196 (76.95% from 255) = 41.35%
BLUE value IS 141 (55.47% from 255) = 29.75%
R=28.90%
G=41.35%
B=29.75%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1371961410.3000.280.23124.0733.3365.29
Hex89C48D1E01C177c2141
Octal211304215360342717441101
Binary100010011100010010001101111100111001011111111001000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89C48D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89C48D; }

 p { color: rgb(137,196,141); }

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

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

 a { background-color: rgb(137,196,141); }

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

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

 span { border-color: rgb(137,196,141); }

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