Html Css Color HEX #84AD9C Cascade

📋 copy color: '#84AD9C'

red 132 ◦ green 173 ◦ blue 156

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

Shades of Cascade #84AD9C

Tints of Cascade #84AD9C

RGB

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

 GREEN value IS 173 (67.97% from 255) = 37.53%

 BLUE value IS 156 (61.33% from 255) = 33.84%

R = 28.63%
G = 37.53%
B = 33.84%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.10

 K value IS 0.32

RGB Variations

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

Color information

#84AD9C (or 0x84AD9C) is known color: Cascade. HEX triplet: 84, AD and 9C. RGB value is (132,173,156). Sum of RGB (Red+Green+Blue) = 132+173+156=461 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.63% from 461); Green value is 173 (67.97% from 255 or 37.53% from 461); Blue value is 156 (61.33% from 255 or 33.84% from 461); Max value from RGB is 173 - color contains mainly: green. Hex color #84AD9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84AD9C is #7B5263. Grayscale: #9E9E9E. Windows color (decimal): -8082020 or 10268036. OLE color: 10268036.

HSL color Cylindrical-coordinate representation of color #84AD9C: hue angle of 155.12º degrees, saturation: 0.2, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #84AD9C is Cyan = 0.24, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.32.

Color convert

RGB 132 173 156 -
CMYK 0.24 0 0.10 0.32
HSL 155.12º 0.2% 0.6% -
HSV(B) 155.12º 0.24% 0.68% -
XYZ 30.46 37.19 37.03 -
YUV 158.8 126.42 108.88 -
System Red Green Blue C M Y K H S L
Decimal 132 173 156 0.24 0 0.10 0.32 155.12 0.2 0.6
Hex 84 AD 9C 18 0 A 20 9B 14 3C
Octal 204 255 234 30 0 12 40 233 24 74
Binary 10000100 10101101 10011100 11000 0 1010 100000 10011011 10100 111100

Color Harmonies of #84AD9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84AD9C

Black with #84AD9C

Text Example


Text Example

White with #84AD9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,173,156); }

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

background-color css

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

 a { background-color: rgb(132,173,156); }

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

border-color css

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

 span { border-color: rgb(132,173,156); }

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