#84DA9E

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

Shades of Chinook #84DA9E

Tints of Chinook #84DA9E

Color information

#84DA9E (or 0x84DA9E) is unknown color: approx Chinook. HEX triplet: 84, DA and 9E. RGB value is (132,218,158). Sum of RGB (Red+Green+Blue) = 132+218+158=508 (67% of max value = 765). Red value is 132 (51.95% from 255 or 25.98% from 508); Green value is 218 (85.55% from 255 or 42.91% from 508); Blue value is 158 (62.11% from 255 or 31.10% from 508); Max value from RGB is 218 - color contains mainly: green. Hex color #84DA9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84DA9E is #7B2561. Grayscale: #B9B9B9. Windows color (decimal): -8070498 or 10410628. OLE color: 10410628.

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

Color convert

RGB132218158-
CMYK0.3900.280.15
HSL138.14º53.75%68.63%-
HSV(B)138.14º39.45%85.49%-
XYZ40.7657.5241.3-
YUV185.45112.5189.88-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 25.98%
GREEN value IS 218 (85.55% from 255) = 42.91%
BLUE value IS 158 (62.11% from 255) = 31.10%
R=25.98%
G=42.91%
B=31.10%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1322181580.3900.280.15138.1453.7568.63
Hex84DA9E2701CF8a3645
Octal204332236470341721266105
Binary1000010011011010100111101001110111001111100010101101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84DA9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,218,158); }

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

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

 a { background-color: rgb(132,218,158); }

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

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

 span { border-color: rgb(132,218,158); }

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