Html Css Color HEX #839983 Stack

📋 copy color: '#839983'

red 131 ◦ green 153 ◦ blue 131

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

Shades of Stack #839983

Tints of Stack #839983

RGB

 RED value IS 131 (51.56% from 255) = 31.57%

 GREEN value IS 153 (60.16% from 255) = 36.87%

 BLUE value IS 131 (51.56% from 255) = 31.57%

R = 31.57%
G = 36.87%
B = 31.57%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.14

 K value IS 0.4

RGB Variations

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

Color information

#839983 (or 0x839983) is known color: Stack. HEX triplet: 83, 99 and 83. RGB value is (131,153,131). Sum of RGB (Red+Green+Blue) = 131+153+131=415 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.57% from 415); Green value is 153 (60.16% from 255 or 36.87% from 415); Blue value is 131 (51.56% from 255 or 31.57% from 415); Max value from RGB is 153 - color contains mainly: green. Hex color #839983 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #839983 is #7C667C. Grayscale: #8F8F8F. Windows color (decimal): -8152701 or 8624515. OLE color: 8624515.

HSL color Cylindrical-coordinate representation of color #839983: hue angle of 120º degrees, saturation: 0.1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #839983 is Cyan = 0.14, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.4.

Color convert

RGB 131 153 131 -
CMYK 0.14 0 0.14 0.4
HSL 120º 0.1% 0.56% -
HSV(B) 120º 0.14% 0.6% -
XYZ 24.85 29.25 25.81 -
YUV 143.91 120.71 118.79 -
System Red Green Blue C M Y K H S L
Decimal 131 153 131 0.14 0 0.14 0.4 120 0.1 0.56
Hex 83 99 83 E 0 E 28 78 A 38
Octal 203 231 203 16 0 16 50 170 12 70
Binary 10000011 10011001 10000011 1110 0 1110 101000 1111000 1010 111000

Color Harmonies of #839983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839983

Black with #839983

Text Example


Text Example

White with #839983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #839983; }

 p { color: rgb(131,153,131); }

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

background-color css

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

 a { background-color: rgb(131,153,131); }

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

border-color css

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

 span { border-color: rgb(131,153,131); }

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