#88C776

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

Shades of De York #88C776

Tints of De York #88C776

Color information

#88C776 (or 0x88C776) is unknown color: approx De York. HEX triplet: 88, C7 and 76. RGB value is (136,199,118). Sum of RGB (Red+Green+Blue) = 136+199+118=453 (60% of max value = 765). Red value is 136 (53.52% from 255 or 30.02% from 453); Green value is 199 (78.12% from 255 or 43.93% from 453); Blue value is 118 (46.48% from 255 or 26.05% from 453); Max value from RGB is 199 - color contains mainly: green. Hex color #88C776 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #88C776 is #773889. Grayscale: #ABABAB. Windows color (decimal): -7813258 or 7784328. OLE color: 7784328.

HSL color Cylindrical-coordinate representation of color #88C776: hue angle of 106.67º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #88C776 is Cyan = 0.32, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.22.

Color convert

RGB136199118-
CMYK0.3200.410.22
HSL106.67º41.97%62.16%-
HSV(B)106.67º40.7%78.04%-
XYZ33.8547.3924.5-
YUV170.9398.13103.09-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 30.02%
GREEN value IS 199 (78.12% from 255) = 43.93%
BLUE value IS 118 (46.48% from 255) = 26.05%
R=30.02%
G=43.93%
B=26.05%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1361991180.3200.410.22106.6741.9762.16
Hex88C77620029166b2a3e
Octal21030716640051261535276
Binary100010001100011111101101000000101001101101101011101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88C776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,199,118); }

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

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

 a { background-color: rgb(136,199,118); }

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

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

 span { border-color: rgb(136,199,118); }

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