#84D89F

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

Shades of Chinook #84D89F

Tints of Chinook #84D89F

Color information

#84D89F (or 0x84D89F) is unknown color: approx Chinook. HEX triplet: 84, D8 and 9F. RGB value is (132,216,159). Sum of RGB (Red+Green+Blue) = 132+216+159=507 (67% of max value = 765). Red value is 132 (51.95% from 255 or 26.04% from 507); Green value is 216 (84.77% from 255 or 42.60% from 507); Blue value is 159 (62.5% from 255 or 31.36% from 507); Max value from RGB is 216 - color contains mainly: green. Hex color #84D89F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84D89F is #7B2760. Grayscale: #B8B8B8. Windows color (decimal): -8071009 or 10475652. OLE color: 10475652.

HSL color Cylindrical-coordinate representation of color #84D89F: hue angle of 139.29º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #84D89F is Cyan = 0.39, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.15.

Color convert

RGB132216159-
CMYK0.3900.260.15
HSL139.29º51.85%68.24%-
HSV(B)139.29º38.89%84.71%-
XYZ40.3356.5241.58-
YUV184.39113.6790.63-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 26.04%
GREEN value IS 216 (84.77% from 255) = 42.60%
BLUE value IS 159 (62.5% from 255) = 31.36%
R=26.04%
G=42.60%
B=31.36%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1322161590.3900.260.15139.2951.8568.24
Hex84D89F2701AF8b3444
Octal204330237470321721364104
Binary1000010011011000100111111001110110101111100010111101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84D89F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84D89F; }

 p { color: rgb(132,216,159); }

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

<style>
 a { background-color: #84D89F; }

 a { background-color: rgb(132,216,159); }

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

<style>
 span { border-color: #84D89F; }

 span { border-color: rgb(132,216,159); }

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