#84D59D

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

Shades of Chinook #84D59D

Tints of Chinook #84D59D

Color information

#84D59D (or 0x84D59D) is unknown color: approx Chinook. HEX triplet: 84, D5 and 9D. RGB value is (132,213,157). Sum of RGB (Red+Green+Blue) = 132+213+157=502 (66% of max value = 765). Red value is 132 (51.95% from 255 or 26.29% from 502); Green value is 213 (83.59% from 255 or 42.43% from 502); Blue value is 157 (61.72% from 255 or 31.27% from 502); Max value from RGB is 213 - color contains mainly: green. Hex color #84D59D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84D59D is #7B2A62. Grayscale: #B6B6B6. Windows color (decimal): -8071779 or 10343812. OLE color: 10343812.

HSL color Cylindrical-coordinate representation of color #84D59D: hue angle of 138.52º degrees, saturation: 0.49, 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 #84D59D is Cyan = 0.38, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.16.

Color convert

RGB132213157-
CMYK0.3800.260.16
HSL138.52º49.09%67.65%-
HSV(B)138.52º38.03%83.53%-
XYZ39.454.9340.42-
YUV182.4113.6692.05-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 26.29%
GREEN value IS 213 (83.59% from 255) = 42.43%
BLUE value IS 157 (61.72% from 255) = 31.27%
R=26.29%
G=42.43%
B=31.27%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1322131570.3800.260.16138.5249.0967.65
Hex84D59D2601A108b3144
Octal204325235460322021361104
Binary10000100110101011001110110011001101010000100010111100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84D59D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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