#89D195

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

Shades of De York #89D195

Tints of De York #89D195

Color information

#89D195 (or 0x89D195) is unknown color: approx De York. HEX triplet: 89, D1 and 95. RGB value is (137,209,149). Sum of RGB (Red+Green+Blue) = 137+209+149=495 (65% of max value = 765). Red value is 137 (53.91% from 255 or 27.68% from 495); Green value is 209 (82.03% from 255 or 42.22% from 495); Blue value is 149 (58.59% from 255 or 30.10% from 495); Max value from RGB is 209 - color contains mainly: green. Hex color #89D195 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89D195 is #762E6A. Grayscale: #B4B4B4. Windows color (decimal): -7745131 or 9818505. OLE color: 9818505.

HSL color Cylindrical-coordinate representation of color #89D195: hue angle of 130º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #89D195 is Cyan = 0.34, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.18.

Color convert

RGB137209149-
CMYK0.3400.290.18
HSL130º43.9%67.84%-
HSV(B)130º34.45%81.96%-
XYZ38.5453.0936.65-
YUV180.63110.1596.88-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 27.68%
GREEN value IS 209 (82.03% from 255) = 42.22%
BLUE value IS 149 (58.59% from 255) = 30.10%
R=27.68%
G=42.22%
B=30.10%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1372091490.3400.290.1813043.967.84
Hex89D1952201D12822c44
Octal211321225420352220254104
Binary10001001110100011001010110001001110110010100000101011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89D195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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