#88CC92

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

Shades of De York #88CC92

Tints of De York #88CC92

Color information

#88CC92 (or 0x88CC92) is unknown color: approx De York. HEX triplet: 88, CC and 92. RGB value is (136,204,146). Sum of RGB (Red+Green+Blue) = 136+204+146=486 (64% of max value = 765). Red value is 136 (53.52% from 255 or 27.98% from 486); Green value is 204 (80.08% from 255 or 41.98% from 486); Blue value is 146 (57.42% from 255 or 30.04% from 486); Max value from RGB is 204 - color contains mainly: green. Hex color #88CC92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88CC92 is #77336D. Grayscale: #B1B1B1. Windows color (decimal): -7811950 or 9620616. OLE color: 9620616.

HSL color Cylindrical-coordinate representation of color #88CC92: hue angle of 128.82º 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 #88CC92 is Cyan = 0.33, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.2.

Color convert

RGB136204146-
CMYK0.3300.280.2
HSL128.82º40%66.67%-
HSV(B)128.82º33.33%80%-
XYZ36.9350.534.99-
YUV177.06110.4798.72-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 27.98%
GREEN value IS 204 (80.08% from 255) = 41.98%
BLUE value IS 146 (57.42% from 255) = 30.04%
R=27.98%
G=41.98%
B=30.04%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1362041460.3300.280.2128.824066.67
Hex88CC922101C14812843
Octal210314222410342420150103
Binary10001000110011001001001010000101110010100100000011010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88CC92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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