Html Css Color HEX #82A198 Cascade

📋 copy color: '#82A198'

red 130 ◦ green 161 ◦ blue 152

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

Shades of Cascade #82A198

Tints of Cascade #82A198

RGB

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

 GREEN value IS 161 (63.28% from 255) = 36.34%

 BLUE value IS 152 (59.77% from 255) = 34.31%

R = 29.35%
G = 36.34%
B = 34.31%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.06

 K value IS 0.37

RGB Variations

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

Color information

#82A198 (or 0x82A198) is known color: Cascade. HEX triplet: 82, A1 and 98. RGB value is (130,161,152). Sum of RGB (Red+Green+Blue) = 130+161+152=443 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.35% from 443); Green value is 161 (63.28% from 255 or 36.34% from 443); Blue value is 152 (59.77% from 255 or 34.31% from 443); Max value from RGB is 161 - color contains mainly: green. Hex color #82A198 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82A198 is #7D5E67. Grayscale: #969696. Windows color (decimal): -8216168 or 10002818. OLE color: 10002818.

HSL color Cylindrical-coordinate representation of color #82A198: hue angle of 162.58º degrees, saturation: 0.14, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #82A198 is Cyan = 0.19, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.37.

Color convert

RGB 130 161 152 -
CMYK 0.19 0 0.06 0.37
HSL 162.58º 0.14% 0.57% -
HSV(B) 162.58º 0.19% 0.63% -
XYZ 27.62 32.5 34.52 -
YUV 150.71 128.73 113.23 -
System Red Green Blue C M Y K H S L
Decimal 130 161 152 0.19 0 0.06 0.37 162.58 0.14 0.57
Hex 82 A1 98 13 0 6 25 A3 E 39
Octal 202 241 230 23 0 6 45 243 16 71
Binary 10000010 10100001 10011000 10011 0 110 100101 10100011 1110 111001

Color Harmonies of #82A198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82A198

Black with #82A198

Text Example


Text Example

White with #82A198

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,161,152); }

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

background-color css

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

 a { background-color: rgb(130,161,152); }

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

border-color css

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

 span { border-color: rgb(130,161,152); }

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