#84DC9D

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

Shades of Chinook #84DC9D

Tints of Chinook #84DC9D

Color information

#84DC9D (or 0x84DC9D) is unknown color: approx Chinook. HEX triplet: 84, DC and 9D. RGB value is (132,220,157). Sum of RGB (Red+Green+Blue) = 132+220+157=509 (67% of max value = 765). Red value is 132 (51.95% from 255 or 25.93% from 509); Green value is 220 (86.33% from 255 or 43.22% from 509); Blue value is 157 (61.72% from 255 or 30.84% from 509); Max value from RGB is 220 - color contains mainly: green. Hex color #84DC9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84DC9D is #7B2362. Grayscale: #BABABA. Windows color (decimal): -8069987 or 10345604. OLE color: 10345604.

HSL color Cylindrical-coordinate representation of color #84DC9D: hue angle of 137.05º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #84DC9D is Cyan = 0.40, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.14.

Color convert

RGB132220157-
CMYK0.4000.290.14
HSL137.05º55.7%69.02%-
HSV(B)137.05º40%86.27%-
XYZ41.1958.5341.02-
YUV186.51111.3589.12-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 25.93%
GREEN value IS 220 (86.33% from 255) = 43.22%
BLUE value IS 157 (61.72% from 255) = 30.84%
R=25.93%
G=43.22%
B=30.84%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1322201570.4000.290.14137.0555.769.02
Hex84DC9D2801DE893845
Octal204334235500351621170105
Binary1000010011011100100111011010000111011110100010011110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84DC9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,220,157); }

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

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

 a { background-color: rgb(132,220,157); }

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

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

 span { border-color: rgb(132,220,157); }

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