#88D196

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

Shades of De York #88D196

Tints of De York #88D196

Color information

#88D196 (or 0x88D196) is unknown color: approx De York. HEX triplet: 88, D1 and 96. RGB value is (136,209,150). Sum of RGB (Red+Green+Blue) = 136+209+150=495 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.47% from 495); Green value is 209 (82.03% from 255 or 42.22% from 495); Blue value is 150 (58.98% from 255 or 30.30% from 495); Max value from RGB is 209 - color contains mainly: green. Hex color #88D196 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88D196 is #772E69. Grayscale: #B4B4B4. Windows color (decimal): -7810666 or 9884040. OLE color: 9884040.

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

Color convert

RGB136209150-
CMYK0.3500.280.18
HSL131.51º44.24%67.65%-
HSV(B)131.51º34.93%81.96%-
XYZ38.4653.0437.06-
YUV180.45110.8296.3-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 27.47%
GREEN value IS 209 (82.03% from 255) = 42.22%
BLUE value IS 150 (58.98% from 255) = 30.30%
R=27.47%
G=42.22%
B=30.30%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1362091500.3500.280.18131.5144.2467.65
Hex88D1962301C12842c44
Octal210321226430342220454104
Binary10001000110100011001011010001101110010010100001001011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88D196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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