#88C98D

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

Shades of De York #88C98D

Tints of De York #88C98D

Color information

#88C98D (or 0x88C98D) is unknown color: approx De York. HEX triplet: 88, C9 and 8D. RGB value is (136,201,141). Sum of RGB (Red+Green+Blue) = 136+201+141=478 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.45% from 478); Green value is 201 (78.91% from 255 or 42.05% from 478); Blue value is 141 (55.47% from 255 or 29.50% from 478); Max value from RGB is 201 - color contains mainly: green. Hex color #88C98D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88C98D is #773672. Grayscale: #AEAEAE. Windows color (decimal): -7812723 or 9292168. OLE color: 9292168.

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

Color convert

RGB136201141-
CMYK0.3200.300.21
HSL124.62º37.57%66.08%-
HSV(B)124.62º32.34%78.82%-
XYZ35.8548.9332.75-
YUV174.73108.97100.38-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 28.45%
GREEN value IS 201 (78.91% from 255) = 42.05%
BLUE value IS 141 (55.47% from 255) = 29.50%
R=28.45%
G=42.05%
B=29.50%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1362011410.3200.300.21124.6237.5766.08
Hex88C98D2001E157d2642
Octal210311215400362517546102
Binary1000100011001001100011011000000111101010111111011001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88C98D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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