#88C185

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

Shades of De York #88C185

Tints of De York #88C185

Color information

#88C185 (or 0x88C185) is unknown color: approx De York. HEX triplet: 88, C1 and 85. RGB value is (136,193,133). Sum of RGB (Red+Green+Blue) = 136+193+133=462 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.44% from 462); Green value is 193 (75.78% from 255 or 41.77% from 462); Blue value is 133 (52.34% from 255 or 28.79% from 462); Max value from RGB is 193 - color contains mainly: green. Hex color #88C185 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88C185 is #773E7A. Grayscale: #A9A9A9. Windows color (decimal): -7814779 or 8765832. OLE color: 8765832.

HSL color Cylindrical-coordinate representation of color #88C185: hue angle of 117º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #88C185 is Cyan = 0.30, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.24.

Color convert

RGB136193133-
CMYK0.3000.310.24
HSL117º32.61%63.92%-
HSV(B)117º31.09%75.69%-
XYZ33.4645.0729.13-
YUV169.12107.62104.38-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 29.44%
GREEN value IS 193 (75.78% from 255) = 41.77%
BLUE value IS 133 (52.34% from 255) = 28.79%
R=29.44%
G=41.77%
B=28.79%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1361931330.3000.310.2411732.6163.92
Hex88C1851E01F18752140
Octal210301205360373016541100
Binary100010001100000110000101111100111111100011101011000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88C185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,193,133); }

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

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

 a { background-color: rgb(136,193,133); }

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

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

 span { border-color: rgb(136,193,133); }

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