#84A19B

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

Shades of Cascade #84A19B

Tints of Cascade #84A19B

Color information

#84A19B (or 0x84A19B) is unknown color: approx Cascade. HEX triplet: 84, A1 and 9B. RGB value is (132,161,155). Sum of RGB (Red+Green+Blue) = 132+161+155=448 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.46% from 448); Green value is 161 (63.28% from 255 or 35.94% from 448); Blue value is 155 (60.94% from 255 or 34.60% from 448); Max value from RGB is 161 - color contains mainly: green. Hex color #84A19B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84A19B is #7B5E64. Grayscale: #979797. Windows color (decimal): -8085093 or 10199428. OLE color: 10199428.

HSL color Cylindrical-coordinate representation of color #84A19B: hue angle of 167.59º degrees, saturation: 0.13, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #84A19B is Cyan = 0.18, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.37.

Color convert

RGB132161155-
CMYK0.1800.040.37
HSL167.59º13.36%57.45%-
HSV(B)167.59º18.01%63.14%-
XYZ28.1832.7635.85-
YUV151.64129.89113.99-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 29.46%
GREEN value IS 161 (63.28% from 255) = 35.94%
BLUE value IS 155 (60.94% from 255) = 34.60%
R=29.46%
G=35.94%
B=34.60%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1321611550.1800.040.37167.5913.3657.45
Hex84A19B120425a8d39
Octal2042412332204452501571
Binary100001001010000110011011100100100100101101010001101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84A19B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,161,155); }

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

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

 a { background-color: rgb(132,161,155); }

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

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

 span { border-color: rgb(132,161,155); }

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