#88C976

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

Shades of De York #88C976

Tints of De York #88C976

Color information

#88C976 (or 0x88C976) is unknown color: approx De York. HEX triplet: 88, C9 and 76. RGB value is (136,201,118). Sum of RGB (Red+Green+Blue) = 136+201+118=455 (60% of max value = 765). Red value is 136 (53.52% from 255 or 29.89% from 455); Green value is 201 (78.91% from 255 or 44.18% from 455); Blue value is 118 (46.48% from 255 or 25.93% from 455); Max value from RGB is 201 - color contains mainly: green. Hex color #88C976 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #88C976 is #773689. Grayscale: #ACACAC. Windows color (decimal): -7812746 or 7784840. OLE color: 7784840.

HSL color Cylindrical-coordinate representation of color #88C976: hue angle of 106.99º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #88C976 is Cyan = 0.32, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.21.

Color convert

RGB136201118-
CMYK0.3200.410.21
HSL106.99º43.46%62.55%-
HSV(B)106.99º41.29%78.82%-
XYZ34.3148.3224.66-
YUV172.197.47102.25-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 29.89%
GREEN value IS 201 (78.91% from 255) = 44.18%
BLUE value IS 118 (46.48% from 255) = 25.93%
R=29.89%
G=44.18%
B=25.93%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1362011180.3200.410.21106.9943.4662.55
Hex88C97620029156b2b3f
Octal21031116640051251535377
Binary100010001100100111101101000000101001101011101011101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88C976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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