#88C693

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

Shades of De York #88C693

Tints of De York #88C693

Color information

#88C693 (or 0x88C693) is unknown color: approx De York. HEX triplet: 88, C6 and 93. RGB value is (136,198,147). Sum of RGB (Red+Green+Blue) = 136+198+147=481 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.27% from 481); Green value is 198 (77.73% from 255 or 41.16% from 481); Blue value is 147 (57.81% from 255 or 30.56% from 481); Max value from RGB is 198 - color contains mainly: green. Hex color #88C693 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88C693 is #77396C. Grayscale: #ADADAD. Windows color (decimal): -7813485 or 9684616. OLE color: 9684616.

HSL color Cylindrical-coordinate representation of color #88C693: hue angle of 130.65º degrees, saturation: 0.35, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #88C693 is Cyan = 0.31, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.22.

Color convert

RGB136198147-
CMYK0.3100.260.22
HSL130.65º35.23%65.49%-
HSV(B)130.65º31.31%77.65%-
XYZ35.6147.7334.94-
YUV173.65112.96101.15-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 28.27%
GREEN value IS 198 (77.73% from 255) = 41.16%
BLUE value IS 147 (57.81% from 255) = 30.56%
R=28.27%
G=41.16%
B=30.56%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1361981470.3100.260.22130.6535.2365.49
Hex88C6931F01A16832341
Octal210306223370322620343101
Binary1000100011000110100100111111101101010110100000111000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88C693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,198,147); }

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

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

 a { background-color: rgb(136,198,147); }

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

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

 span { border-color: rgb(136,198,147); }

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