#88DD9A

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

Shades of Chinook #88DD9A

Tints of Chinook #88DD9A

Color information

#88DD9A (or 0x88DD9A) is unknown color: approx Chinook. HEX triplet: 88, DD and 9A. RGB value is (136,221,154). Sum of RGB (Red+Green+Blue) = 136+221+154=511 (67% of max value = 765). Red value is 136 (53.52% from 255 or 26.61% from 511); Green value is 221 (86.72% from 255 or 43.25% from 511); Blue value is 154 (60.55% from 255 or 30.14% from 511); Max value from RGB is 221 - color contains mainly: green. Hex color #88DD9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88DD9A is #772265. Grayscale: #BCBCBC. Windows color (decimal): -7807590 or 10149256. OLE color: 10149256.

HSL color Cylindrical-coordinate representation of color #88DD9A: hue angle of 132.71º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #88DD9A is Cyan = 0.38, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB136221154-
CMYK0.3800.300.13
HSL132.71º55.56%70%-
HSV(B)132.71º38.46%86.67%-
XYZ41.8459.2839.81-
YUV187.95108.8490.95-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 26.61%
GREEN value IS 221 (86.72% from 255) = 43.25%
BLUE value IS 154 (60.55% from 255) = 30.14%
R=26.61%
G=43.25%
B=30.14%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1362211540.3800.300.13132.7155.5670
Hex88DD9A2601ED853846
Octal210335232460361520570106
Binary1000100011011101100110101001100111101101100001011110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88DD9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,221,154); }

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

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

 a { background-color: rgb(136,221,154); }

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

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

 span { border-color: rgb(136,221,154); }

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