#88C476

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

Shades of De York #88C476

Tints of De York #88C476

Color information

#88C476 (or 0x88C476) is unknown color: approx De York. HEX triplet: 88, C4 and 76. RGB value is (136,196,118). Sum of RGB (Red+Green+Blue) = 136+196+118=450 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.22% from 450); Green value is 196 (76.95% from 255 or 43.56% from 450); Blue value is 118 (46.48% from 255 or 26.22% from 450); Max value from RGB is 196 - color contains mainly: green. Hex color #88C476 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #88C476 is #773B89. Grayscale: #A9A9A9. Windows color (decimal): -7814026 or 7783560. OLE color: 7783560.

HSL color Cylindrical-coordinate representation of color #88C476: hue angle of 106.15º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #88C476 is Cyan = 0.31, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.23.

Color convert

RGB136196118-
CMYK0.3100.400.23
HSL106.15º39.8%61.57%-
HSV(B)106.15º39.8%76.86%-
XYZ33.1646.0224.27-
YUV169.1799.12104.34-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 30.22%
GREEN value IS 196 (76.95% from 255) = 43.56%
BLUE value IS 118 (46.48% from 255) = 26.22%
R=30.22%
G=43.56%
B=26.22%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1361961180.3100.400.23106.1539.861.57
Hex88C4761F028176a283e
Octal21030416637050271525076
Binary10001000110001001110110111110101000101111101010101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88C476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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