Html Css Color HEX #84AC9D Cascade

📋 copy color: '#84AC9D'

red 132 ◦ green 172 ◦ blue 157

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

Shades of Cascade #84AC9D

Tints of Cascade #84AC9D

RGB

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

 GREEN value IS 172 (67.58% from 255) = 37.31%

 BLUE value IS 157 (61.72% from 255) = 34.06%

R = 28.63%
G = 37.31%
B = 34.06%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#84AC9D (or 0x84AC9D) is known color: Cascade. HEX triplet: 84, AC and 9D. RGB value is (132,172,157). Sum of RGB (Red+Green+Blue) = 132+172+157=461 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.63% from 461); Green value is 172 (67.58% from 255 or 37.31% from 461); Blue value is 157 (61.72% from 255 or 34.06% from 461); Max value from RGB is 172 - color contains mainly: green. Hex color #84AC9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84AC9D is #7B5362. Grayscale: #9E9E9E. Windows color (decimal): -8082275 or 10333316. OLE color: 10333316.

HSL color Cylindrical-coordinate representation of color #84AC9D: hue angle of 157.5º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #84AC9D is Cyan = 0.23, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB 132 172 157 -
CMYK 0.23 0 0.09 0.33
HSL 157.5º 0.19% 0.6% -
HSV(B) 157.5º 0.23% 0.67% -
XYZ 30.35 36.84 37.41 -
YUV 158.33 127.25 109.22 -
System Red Green Blue C M Y K H S L
Decimal 132 172 157 0.23 0 0.09 0.33 157.5 0.19 0.6
Hex 84 AC 9D 17 0 9 21 9E 13 3C
Octal 204 254 235 27 0 11 41 236 23 74
Binary 10000100 10101100 10011101 10111 0 1001 100001 10011110 10011 111100

Color Harmonies of #84AC9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84AC9D

Black with #84AC9D

Text Example


Text Example

White with #84AC9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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