Html Css Color HEX #859482 Stack

📋 copy color: '#859482'

red 133 ◦ green 148 ◦ blue 130

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

Shades of Stack #859482

Tints of Stack #859482

RGB

 RED value IS 133 (52.34% from 255) = 32.36%

 GREEN value IS 148 (58.2% from 255) = 36.01%

 BLUE value IS 130 (51.17% from 255) = 31.63%

R = 32.36%
G = 36.01%
B = 31.63%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.12

 K value IS 0.42

RGB Variations

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

Color information

#859482 (or 0x859482) is known color: Stack. HEX triplet: 85, 94 and 82. RGB value is (133,148,130). Sum of RGB (Red+Green+Blue) = 133+148+130=411 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.36% from 411); Green value is 148 (58.20% from 255 or 36.01% from 411); Blue value is 130 (51.17% from 255 or 31.63% from 411); Max value from RGB is 148 - color contains mainly: green. Hex color #859482 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859482 is #7A6B7D. Grayscale: #8D8D8D. Windows color (decimal): -8022910 or 8557701. OLE color: 8557701.

HSL color Cylindrical-coordinate representation of color #859482: hue angle of 110º degrees, saturation: 0.08, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #859482 is Cyan = 0.10, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.42.

Color convert

RGB 133 148 130 -
CMYK 0.10 0 0.12 0.42
HSL 110º 0.08% 0.55% -
HSV(B) 110º 0.12% 0.58% -
XYZ 24.29 27.78 25.2 -
YUV 141.46 121.53 121.96 -
System Red Green Blue C M Y K H S L
Decimal 133 148 130 0.10 0 0.12 0.42 110 0.08 0.55
Hex 85 94 82 A 0 C 2A 6E 8 37
Octal 205 224 202 12 0 14 52 156 10 67
Binary 10000101 10010100 10000010 1010 0 1100 101010 1101110 1000 110111

Color Harmonies of #859482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859482

Black with #859482

Text Example


Text Example

White with #859482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #859482; }

 p { color: rgb(133,148,130); }

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

background-color css

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

 a { background-color: rgb(133,148,130); }

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

border-color css

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

 span { border-color: rgb(133,148,130); }

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