#88DB92

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

Shades of De York #88DB92

Tints of De York #88DB92

Color information

#88DB92 (or 0x88DB92) is unknown color: approx De York. HEX triplet: 88, DB and 92. RGB value is (136,219,146). Sum of RGB (Red+Green+Blue) = 136+219+146=501 (66% of max value = 765). Red value is 136 (53.52% from 255 or 27.15% from 501); Green value is 219 (85.94% from 255 or 43.71% from 501); Blue value is 146 (57.42% from 255 or 29.14% from 501); Max value from RGB is 219 - color contains mainly: green. Hex color #88DB92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88DB92 is #77246D. Grayscale: #BABABA. Windows color (decimal): -7808110 or 9624456. OLE color: 9624456.

HSL color Cylindrical-coordinate representation of color #88DB92: hue angle of 127.23º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #88DB92 is Cyan = 0.38, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.14.

Color convert

RGB136219146-
CMYK0.3800.330.14
HSL127.23º53.55%69.61%-
HSV(B)127.23º37.9%85.88%-
XYZ40.6757.9736.24-
YUV185.86105.592.44-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 27.15%
GREEN value IS 219 (85.94% from 255) = 43.71%
BLUE value IS 146 (57.42% from 255) = 29.14%
R=27.15%
G=43.71%
B=29.14%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1362191460.3800.330.14127.2353.5569.61
Hex88DB9226021E7f3646
Octal210333222460411617766106
Binary1000100011011011100100101001100100001111011111111101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88DB92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,219,146); }

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

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

 a { background-color: rgb(136,219,146); }

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

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

 span { border-color: rgb(136,219,146); }

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