Html Css Color HEX #84A69D Cascade

📋 copy color: '#84A69D'

red 132 ◦ green 166 ◦ blue 157

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

Shades of Cascade #84A69D

Tints of Cascade #84A69D

RGB

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

 GREEN value IS 166 (65.23% from 255) = 36.48%

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

R = 29.01%
G = 36.48%
B = 34.51%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.05

 K value IS 0.35

RGB Variations

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

Color information

#84A69D (or 0x84A69D) is known color: Cascade. HEX triplet: 84, A6 and 9D. RGB value is (132,166,157). Sum of RGB (Red+Green+Blue) = 132+166+157=455 (60% of max value = 765). Red value is 132 (51.95% from 255 or 29.01% from 455); Green value is 166 (65.23% from 255 or 36.48% from 455); Blue value is 157 (61.72% from 255 or 34.51% from 455); Max value from RGB is 166 - color contains mainly: green. Hex color #84A69D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84A69D is #7B5962. Grayscale: #9A9A9A. Windows color (decimal): -8083811 or 10331780. OLE color: 10331780.

HSL color Cylindrical-coordinate representation of color #84A69D: hue angle of 164.12º degrees, saturation: 0.16, 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 #84A69D is Cyan = 0.20, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.35.

Color convert

RGB 132 166 157 -
CMYK 0.20 0 0.05 0.35
HSL 164.12º 0.16% 0.58% -
HSV(B) 164.12º 0.2% 0.65% -
XYZ 29.24 34.61 37.04 -
YUV 154.81 129.24 111.73 -
System Red Green Blue C M Y K H S L
Decimal 132 166 157 0.20 0 0.05 0.35 164.12 0.16 0.58
Hex 84 A6 9D 14 0 5 23 A4 10 3A
Octal 204 246 235 24 0 5 43 244 20 72
Binary 10000100 10100110 10011101 10100 0 101 100011 10100100 10000 111010

Color Harmonies of #84A69D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84A69D

Black with #84A69D

Text Example


Text Example

White with #84A69D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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