#89C285

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

Shades of De York #89C285

Tints of De York #89C285

Color information

#89C285 (or 0x89C285) is unknown color: approx De York. HEX triplet: 89, C2 and 85. RGB value is (137,194,133). Sum of RGB (Red+Green+Blue) = 137+194+133=464 (61% of max value = 765). Red value is 137 (53.91% from 255 or 29.53% from 464); Green value is 194 (76.17% from 255 or 41.81% from 464); Blue value is 133 (52.34% from 255 or 28.66% from 464); Max value from RGB is 194 - color contains mainly: green. Hex color #89C285 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89C285 is #763D7A. Grayscale: #AAAAAA. Windows color (decimal): -7748987 or 8766089. OLE color: 8766089.

HSL color Cylindrical-coordinate representation of color #89C285: hue angle of 116.07º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #89C285 is Cyan = 0.29, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.24.

Color convert

RGB137194133-
CMYK0.2900.310.24
HSL116.07º33.33%64.12%-
HSV(B)116.07º31.44%76.08%-
XYZ33.8445.629.21-
YUV170107.12104.46-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 29.53%
GREEN value IS 194 (76.17% from 255) = 41.81%
BLUE value IS 133 (52.34% from 255) = 28.66%
R=29.53%
G=41.81%
B=28.66%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1371941330.2900.310.24116.0733.3364.12
Hex89C2851D01F18742140
Octal211302205350373016441100
Binary100010011100001010000101111010111111100011101001000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89C285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,194,133); }

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

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

 a { background-color: rgb(137,194,133); }

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

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

 span { border-color: rgb(137,194,133); }

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