#89CE95

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

Shades of De York #89CE95

Tints of De York #89CE95

Color information

#89CE95 (or 0x89CE95) is unknown color: approx De York. HEX triplet: 89, CE and 95. RGB value is (137,206,149). Sum of RGB (Red+Green+Blue) = 137+206+149=492 (65% of max value = 765). Red value is 137 (53.91% from 255 or 27.85% from 492); Green value is 206 (80.86% from 255 or 41.87% from 492); Blue value is 149 (58.59% from 255 or 30.28% from 492); Max value from RGB is 206 - color contains mainly: green. Hex color #89CE95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89CE95 is #76316A. Grayscale: #B3B3B3. Windows color (decimal): -7745899 or 9817737. OLE color: 9817737.

HSL color Cylindrical-coordinate representation of color #89CE95: hue angle of 130.43º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #89CE95 is Cyan = 0.33, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.19.

Color convert

RGB137206149-
CMYK0.3300.280.19
HSL130.43º41.32%67.25%-
HSV(B)130.43º33.5%80.78%-
XYZ37.8151.6336.41-
YUV178.87111.1498.13-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 27.85%
GREEN value IS 206 (80.86% from 255) = 41.87%
BLUE value IS 149 (58.59% from 255) = 30.28%
R=27.85%
G=41.87%
B=30.28%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1372061490.3300.280.19130.4341.3267.25
Hex89CE952101C13822943
Octal211316225410342320251103
Binary10001001110011101001010110000101110010011100000101010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89CE95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,206,149); }

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

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

 a { background-color: rgb(137,206,149); }

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

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

 span { border-color: rgb(137,206,149); }

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