#89CC88

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

Shades of De York #89CC88

Tints of De York #89CC88

Color information

#89CC88 (or 0x89CC88) is unknown color: approx De York. HEX triplet: 89, CC and 88. RGB value is (137,204,136). Sum of RGB (Red+Green+Blue) = 137+204+136=477 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.72% from 477); Green value is 204 (80.08% from 255 or 42.77% from 477); Blue value is 136 (53.52% from 255 or 28.51% from 477); Max value from RGB is 204 - color contains mainly: green. Hex color #89CC88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89CC88 is #763377. Grayscale: #B0B0B0. Windows color (decimal): -7746424 or 8965257. OLE color: 8965257.

HSL color Cylindrical-coordinate representation of color #89CC88: hue angle of 119.12º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #89CC88 is Cyan = 0.33, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.2.

Color convert

RGB137204136-
CMYK0.3300.330.2
HSL119.12º40%66.67%-
HSV(B)119.12º33.33%80%-
XYZ36.3550.2831.08-
YUV176.21105.3100.03-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 28.72%
GREEN value IS 204 (80.08% from 255) = 42.77%
BLUE value IS 136 (53.52% from 255) = 28.51%
R=28.72%
G=42.77%
B=28.51%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1372041360.3300.330.2119.124066.67
Hex89CC882102114772843
Octal211314210410412416750103
Binary10001001110011001000100010000101000011010011101111010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89CC88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,204,136); }

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

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

 a { background-color: rgb(137,204,136); }

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

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

 span { border-color: rgb(137,204,136); }

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