#84D69C

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

Shades of Chinook #84D69C

Tints of Chinook #84D69C

Color information

#84D69C (or 0x84D69C) is unknown color: approx Chinook. HEX triplet: 84, D6 and 9C. RGB value is (132,214,156). Sum of RGB (Red+Green+Blue) = 132+214+156=502 (66% of max value = 765). Red value is 132 (51.95% from 255 or 26.29% from 502); Green value is 214 (83.98% from 255 or 42.63% from 502); Blue value is 156 (61.33% from 255 or 31.08% from 502); Max value from RGB is 214 - color contains mainly: green. Hex color #84D69C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84D69C is #7B2963. Grayscale: #B7B7B7. Windows color (decimal): -8071524 or 10278532. OLE color: 10278532.

HSL color Cylindrical-coordinate representation of color #84D69C: hue angle of 137.56º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #84D69C is Cyan = 0.38, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.16.

Color convert

RGB132214156-
CMYK0.3800.270.16
HSL137.56º50%67.84%-
HSV(B)137.56º38.32%83.92%-
XYZ39.5655.440.06-
YUV182.87112.8391.72-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 26.29%
GREEN value IS 214 (83.98% from 255) = 42.63%
BLUE value IS 156 (61.33% from 255) = 31.08%
R=26.29%
G=42.63%
B=31.08%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1322141560.3800.270.16137.565067.84
Hex84D69C2601B108a3244
Octal204326234460332021262104
Binary10000100110101101001110010011001101110000100010101100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84D69C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,214,156); }

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

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

 a { background-color: rgb(132,214,156); }

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

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

 span { border-color: rgb(132,214,156); }

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