#88C077

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

Shades of De York #88C077

Tints of De York #88C077

Color information

#88C077 (or 0x88C077) is unknown color: approx De York. HEX triplet: 88, C0 and 77. RGB value is (136,192,119). Sum of RGB (Red+Green+Blue) = 136+192+119=447 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.43% from 447); Green value is 192 (75.39% from 255 or 42.95% from 447); Blue value is 119 (46.88% from 255 or 26.62% from 447); Max value from RGB is 192 - color contains mainly: green. Hex color #88C077 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #88C077 is #773F88. Grayscale: #A7A7A7. Windows color (decimal): -7815049 or 7848072. OLE color: 7848072.

HSL color Cylindrical-coordinate representation of color #88C077: hue angle of 106.03º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #88C077 is Cyan = 0.29, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.25.

Color convert

RGB136192119-
CMYK0.2900.380.25
HSL106.03º36.68%60.98%-
HSV(B)106.03º38.02%75.29%-
XYZ32.3344.2724.29-
YUV166.93100.95105.94-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 30.43%
GREEN value IS 192 (75.39% from 255) = 42.95%
BLUE value IS 119 (46.88% from 255) = 26.62%
R=30.43%
G=42.95%
B=26.62%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1361921190.2900.380.25106.0336.6860.98
Hex88C0771D026196a253d
Octal21030016735046311524575
Binary10001000110000001110111111010100110110011101010100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88C077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,192,119); }

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

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

 a { background-color: rgb(136,192,119); }

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

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

 span { border-color: rgb(136,192,119); }

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