#84D29C

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

Shades of Chinook #84D29C

Tints of Chinook #84D29C

Color information

#84D29C (or 0x84D29C) is unknown color: approx Chinook. HEX triplet: 84, D2 and 9C. RGB value is (132,210,156). Sum of RGB (Red+Green+Blue) = 132+210+156=498 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.51% from 498); Green value is 210 (82.42% from 255 or 42.17% from 498); Blue value is 156 (61.33% from 255 or 31.33% from 498); Max value from RGB is 210 - color contains mainly: green. Hex color #84D29C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84D29C is #7B2D63. Grayscale: #B4B4B4. Windows color (decimal): -8072548 or 10277508. OLE color: 10277508.

HSL color Cylindrical-coordinate representation of color #84D29C: hue angle of 138.46º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #84D29C is Cyan = 0.37, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.18.

Color convert

RGB132210156-
CMYK0.3700.260.18
HSL138.46º46.43%67.06%-
HSV(B)138.46º37.14%82.35%-
XYZ38.5653.439.73-
YUV180.52114.1693.39-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 26.51%
GREEN value IS 210 (82.42% from 255) = 42.17%
BLUE value IS 156 (61.33% from 255) = 31.33%
R=26.51%
G=42.17%
B=31.33%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1322101560.3700.260.18138.4646.4367.06
Hex84D29C2501A128a2e43
Octal204322234450322221256103
Binary10000100110100101001110010010101101010010100010101011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84D29C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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