#84D99D

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

Shades of Chinook #84D99D

Tints of Chinook #84D99D

Color information

#84D99D (or 0x84D99D) is unknown color: approx Chinook. HEX triplet: 84, D9 and 9D. RGB value is (132,217,157). Sum of RGB (Red+Green+Blue) = 132+217+157=506 (67% of max value = 765). Red value is 132 (51.95% from 255 or 26.09% from 506); Green value is 217 (85.16% from 255 or 42.89% from 506); Blue value is 157 (61.72% from 255 or 31.03% from 506); Max value from RGB is 217 - color contains mainly: green. Hex color #84D99D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84D99D is #7B2662. Grayscale: #B8B8B8. Windows color (decimal): -8070755 or 10344836. OLE color: 10344836.

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

Color convert

RGB132217157-
CMYK0.3900.280.15
HSL137.65º52.8%68.43%-
HSV(B)137.65º39.17%85.1%-
XYZ40.4156.9740.76-
YUV184.74112.3490.38-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 26.09%
GREEN value IS 217 (85.16% from 255) = 42.89%
BLUE value IS 157 (61.72% from 255) = 31.03%
R=26.09%
G=42.89%
B=31.03%

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
Decimal1322171570.3900.280.15137.6552.868.43
Hex84D99D2701CF8a3544
Octal204331235470341721265104
Binary1000010011011001100111011001110111001111100010101101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84D99D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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