#84A296

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

Shades of Cascade #84A296

Tints of Cascade #84A296

Color information

#84A296 (or 0x84A296) is unknown color: approx Cascade. HEX triplet: 84, A2 and 96. RGB value is (132,162,150). Sum of RGB (Red+Green+Blue) = 132+162+150=444 (58% of max value = 765). Red value is 132 (51.95% from 255 or 29.73% from 444); Green value is 162 (63.67% from 255 or 36.49% from 444); Blue value is 150 (58.98% from 255 or 33.78% from 444); Max value from RGB is 162 - color contains mainly: green. Hex color #84A296 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84A296 is #7B5D69. Grayscale: #979797. Windows color (decimal): -8084842 or 9872004. OLE color: 9872004.

HSL color Cylindrical-coordinate representation of color #84A296: hue angle of 156º degrees, saturation: 0.14, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #84A296 is Cyan = 0.19, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.36.

Color convert

RGB132162150-
CMYK0.1900.070.36
HSL156º13.89%57.65%-
HSV(B)156º18.52%63.53%-
XYZ27.9432.9533.74-
YUV151.66127.06113.98-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 29.73%
GREEN value IS 162 (63.67% from 255) = 36.49%
BLUE value IS 150 (58.98% from 255) = 33.78%
R=29.73%
G=36.49%
B=33.78%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1321621500.1900.070.3615613.8957.65
Hex84A2961307249ce3a
Octal2042422262307442341672
Binary100001001010001010010110100110111100100100111001110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84A296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,162,150); }

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

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

 a { background-color: rgb(132,162,150); }

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

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

 span { border-color: rgb(132,162,150); }

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