Html Css Color HEX #84A19B Cascade

📋 copy color: '#84A19B'

red 132 ◦ green 161 ◦ blue 155

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

Shades of Cascade #84A19B

Tints of Cascade #84A19B

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.6%

R = 29.46%
G = 35.94%
B = 34.6%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.04

 K value IS 0.37

RGB Variations

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

Color information

#84A19B (or 0x84A19B) is known color: 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

RGB 132 161 155 -
CMYK 0.18 0 0.04 0.37
HSL 167.59º 0.13% 0.57% -
HSV(B) 167.59º 0.18% 0.63% -
XYZ 28.18 32.76 35.85 -
YUV 151.65 129.89 113.99 -
System Red Green Blue C M Y K H S L
Decimal 132 161 155 0.18 0 0.04 0.37 167.59 0.13 0.57
Hex 84 A1 9B 12 0 4 25 A8 D 39
Octal 204 241 233 22 0 4 45 250 15 71
Binary 10000100 10100001 10011011 10010 0 100 100101 10101000 1101 111001

Color Harmonies of #84A19B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84A19B

Black with #84A19B

Text Example


Text Example

White with #84A19B

Text Example


Text Example

HTML Codes & Css Web 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>