Html Css Color HEX #82A49B Cascade

📋 copy color: '#82A49B'

red 130 ◦ green 164 ◦ blue 155

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

Shades of Cascade #82A49B

Tints of Cascade #82A49B

RGB

 RED value IS 130 (51.17% from 255) = 28.95%

 GREEN value IS 164 (64.45% from 255) = 36.53%

 BLUE value IS 155 (60.94% from 255) = 34.52%

R = 28.95%
G = 36.53%
B = 34.52%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.05

 K value IS 0.36

RGB Variations

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

Color information

#82A49B (or 0x82A49B) is known color: Cascade. HEX triplet: 82, A4 and 9B. RGB value is (130,164,155). Sum of RGB (Red+Green+Blue) = 130+164+155=449 (59% of max value = 765). Red value is 130 (51.17% from 255 or 28.95% from 449); Green value is 164 (64.45% from 255 or 36.53% from 449); Blue value is 155 (60.94% from 255 or 34.52% from 449); Max value from RGB is 164 - color contains mainly: green. Hex color #82A49B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82A49B is #7D5B64. Grayscale: #989898. Windows color (decimal): -8215397 or 10200194. OLE color: 10200194.

HSL color Cylindrical-coordinate representation of color #82A49B: hue angle of 164.12º degrees, saturation: 0.16, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #82A49B is Cyan = 0.21, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.36.

Color convert

RGB 130 164 155 -
CMYK 0.21 0 0.05 0.36
HSL 164.12º 0.16% 0.58% -
HSV(B) 164.12º 0.21% 0.64% -
XYZ 28.4 33.66 36.01 -
YUV 152.81 129.24 111.73 -
System Red Green Blue C M Y K H S L
Decimal 130 164 155 0.21 0 0.05 0.36 164.12 0.16 0.58
Hex 82 A4 9B 15 0 5 24 A4 10 3A
Octal 202 244 233 25 0 5 44 244 20 72
Binary 10000010 10100100 10011011 10101 0 101 100100 10100100 10000 111010

Color Harmonies of #82A49B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82A49B

Black with #82A49B

Text Example


Text Example

White with #82A49B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82A49B; }

 p { color: rgb(130,164,155); }

 H1.HeaderClassName
 {
   color: #82A49B;
 }
 .AnyTagClassName
 {
   color: #82A49B;
 }
</style>

background-color css

<style>
 a { background-color: #82A49B; }

 a { background-color: rgb(130,164,155); }

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

border-color css

<style>
 span { border-color: #82A49B; }

 span { border-color: rgb(130,164,155); }

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