#88CA94

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

Shades of De York #88CA94

Tints of De York #88CA94

Color information

#88CA94 (or 0x88CA94) is unknown color: approx De York. HEX triplet: 88, CA and 94. RGB value is (136,202,148). Sum of RGB (Red+Green+Blue) = 136+202+148=486 (64% of max value = 765). Red value is 136 (53.52% from 255 or 27.98% from 486); Green value is 202 (79.30% from 255 or 41.56% from 486); Blue value is 148 (58.20% from 255 or 30.45% from 486); Max value from RGB is 202 - color contains mainly: green. Hex color #88CA94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88CA94 is #77356B. Grayscale: #B0B0B0. Windows color (decimal): -7812460 or 9751176. OLE color: 9751176.

HSL color Cylindrical-coordinate representation of color #88CA94: hue angle of 130.91º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #88CA94 is Cyan = 0.33, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.21.

Color convert

RGB136202148-
CMYK0.3300.270.21
HSL130.91º38.37%66.27%-
HSV(B)130.91º32.67%79.22%-
XYZ36.6249.6135.66-
YUV176.11112.1399.39-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 27.98%
GREEN value IS 202 (79.30% from 255) = 41.56%
BLUE value IS 148 (58.20% from 255) = 30.45%
R=27.98%
G=41.56%
B=30.45%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1362021480.3300.270.21130.9138.3766.27
Hex88CA942101B15832642
Octal210312224410332520346102
Binary10001000110010101001010010000101101110101100000111001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88CA94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,202,148); }

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

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

 a { background-color: rgb(136,202,148); }

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

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

 span { border-color: rgb(136,202,148); }

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