#88C289

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

Shades of De York #88C289

Tints of De York #88C289

Color information

#88C289 (or 0x88C289) is unknown color: approx De York. HEX triplet: 88, C2 and 89. RGB value is (136,194,137). Sum of RGB (Red+Green+Blue) = 136+194+137=467 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.12% from 467); Green value is 194 (76.17% from 255 or 41.54% from 467); Blue value is 137 (53.91% from 255 or 29.34% from 467); Max value from RGB is 194 - color contains mainly: green. Hex color #88C289 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88C289 is #773D76. Grayscale: #AAAAAA. Windows color (decimal): -7814519 or 9028232. OLE color: 9028232.

HSL color Cylindrical-coordinate representation of color #88C289: hue angle of 121.03º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #88C289 is Cyan = 0.30, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.24.

Color convert

RGB136194137-
CMYK0.3000.290.24
HSL121.03º32.22%64.71%-
HSV(B)121.03º29.9%76.08%-
XYZ33.9645.6230.68-
YUV170.16109.28103.63-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 29.12%
GREEN value IS 194 (76.17% from 255) = 41.54%
BLUE value IS 137 (53.91% from 255) = 29.34%
R=29.12%
G=41.54%
B=29.34%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1361941370.3000.290.24121.0332.2264.71
Hex88C2891E01D18792041
Octal210302211360353017140101
Binary100010001100001010001001111100111011100011110011000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88C289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88C289; }

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

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

<style>
 a { background-color: #88C289; }

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

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

<style>
 span { border-color: #88C289; }

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

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