Html Css Color HEX #84A59F Cascade

📋 copy color: '#84A59F'

red 132 ◦ green 165 ◦ blue 159

#84A59F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cascade #84A59F

Tints of Cascade #84A59F

RGB

 RED value IS 132 (51.95% from 255) = 28.95%

 GREEN value IS 165 (64.84% from 255) = 36.18%

 BLUE value IS 159 (62.5% from 255) = 34.87%

R = 28.95%
G = 36.18%
B = 34.87%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.04

 K value IS 0.35

RGB Variations

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

Color information

#84A59F (or 0x84A59F) is known color: Cascade. HEX triplet: 84, A5 and 9F. RGB value is (132,165,159). Sum of RGB (Red+Green+Blue) = 132+165+159=456 (60% of max value = 765). Red value is 132 (51.95% from 255 or 28.95% from 456); Green value is 165 (64.84% from 255 or 36.18% from 456); Blue value is 159 (62.5% from 255 or 34.87% from 456); Max value from RGB is 165 - color contains mainly: green. Hex color #84A59F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84A59F is #7B5A60. Grayscale: #9A9A9A. Windows color (decimal): -8084065 or 10462596. OLE color: 10462596.

HSL color Cylindrical-coordinate representation of color #84A59F: hue angle of 169.09º degrees, saturation: 0.15, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #84A59F is Cyan = 0.20, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.35.

Color convert

RGB 132 165 159 -
CMYK 0.20 0 0.04 0.35
HSL 169.09º 0.15% 0.58% -
HSV(B) 169.09º 0.2% 0.65% -
XYZ 29.23 34.32 37.88 -
YUV 154.45 130.57 111.99 -
System Red Green Blue C M Y K H S L
Decimal 132 165 159 0.20 0 0.04 0.35 169.09 0.15 0.58
Hex 84 A5 9F 14 0 4 23 A9 F 3A
Octal 204 245 237 24 0 4 43 251 17 72
Binary 10000100 10100101 10011111 10100 0 100 100011 10101001 1111 111010

Color Harmonies of #84A59F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84A59F

Black with #84A59F

Text Example


Text Example

White with #84A59F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,165,159); }

 H1.HeaderClassName
 {
   color: #84A59F;
 }
 .AnyTagClassName
 {
   color: #84A59F;
 }
</style>

background-color css

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

 a { background-color: rgb(132,165,159); }

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

border-color css

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

 span { border-color: rgb(132,165,159); }

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