#88CD96

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

Shades of De York #88CD96

Tints of De York #88CD96

Color information

#88CD96 (or 0x88CD96) is unknown color: approx De York. HEX triplet: 88, CD and 96. RGB value is (136,205,150). Sum of RGB (Red+Green+Blue) = 136+205+150=491 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.70% from 491); Green value is 205 (80.47% from 255 or 41.75% from 491); Blue value is 150 (58.98% from 255 or 30.55% from 491); Max value from RGB is 205 - color contains mainly: green. Hex color #88CD96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88CD96 is #773269. Grayscale: #B2B2B2. Windows color (decimal): -7811690 or 9883016. OLE color: 9883016.

HSL color Cylindrical-coordinate representation of color #88CD96: hue angle of 132.17º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #88CD96 is Cyan = 0.34, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.20.

Color convert

RGB136205150-
CMYK0.3400.270.20
HSL132.17º40.83%66.86%-
HSV(B)132.17º33.66%80.39%-
XYZ37.4951.136.74-
YUV178.1112.1497.97-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 27.70%
GREEN value IS 205 (80.47% from 255) = 41.75%
BLUE value IS 150 (58.98% from 255) = 30.55%
R=27.70%
G=41.75%
B=30.55%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1362051500.3400.270.20132.1740.8366.86
Hex88CD962201B14842943
Octal210315226420332420451103
Binary10001000110011011001011010001001101110100100001001010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88CD96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,205,150); }

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

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

 a { background-color: rgb(136,205,150); }

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

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

 span { border-color: rgb(136,205,150); }

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