#88CC98

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

Shades of De York #88CC98

Tints of De York #88CC98

Color information

#88CC98 (or 0x88CC98) is unknown color: approx De York. HEX triplet: 88, CC and 98. RGB value is (136,204,152). Sum of RGB (Red+Green+Blue) = 136+204+152=492 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.64% from 492); Green value is 204 (80.08% from 255 or 41.46% from 492); Blue value is 152 (59.77% from 255 or 30.89% from 492); Max value from RGB is 204 - color contains mainly: green. Hex color #88CC98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88CC98 is #773367. Grayscale: #B1B1B1. Windows color (decimal): -7811944 or 10013832. OLE color: 10013832.

HSL color Cylindrical-coordinate representation of color #88CC98: hue angle of 134.12º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #88CC98 is Cyan = 0.33, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.2.

Color convert

RGB136204152-
CMYK0.3300.250.2
HSL134.12º40%66.67%-
HSV(B)134.12º33.33%80%-
XYZ37.4150.6937.52-
YUV177.74113.4798.23-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 27.64%
GREEN value IS 204 (80.08% from 255) = 41.46%
BLUE value IS 152 (59.77% from 255) = 30.89%
R=27.64%
G=41.46%
B=30.89%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1362041520.3300.250.2134.124066.67
Hex88CC982101914862843
Octal210314230410312420650103
Binary10001000110011001001100010000101100110100100001101010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88CC98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,204,152); }

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

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

 a { background-color: rgb(136,204,152); }

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

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

 span { border-color: rgb(136,204,152); }

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