Html Css Color HEX #838A83 Stack

📋 copy color: '#838A83'

red 131 ◦ green 138 ◦ blue 131

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

Shades of Stack #838A83

Tints of Stack #838A83

RGB

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

 GREEN value IS 138 (54.3% from 255) = 34.5%

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

R = 32.75%
G = 34.5%
B = 32.75%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.05

 K value IS 0.46

RGB Variations

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

Color information

#838A83 (or 0x838A83) is known color: Stack. HEX triplet: 83, 8A and 83. RGB value is (131,138,131). Sum of RGB (Red+Green+Blue) = 131+138+131=400 (52% of max value = 765). Red value is 131 (51.56% from 255 or 32.75% from 400); Green value is 138 (54.30% from 255 or 34.5% from 400); Blue value is 131 (51.56% from 255 or 32.75% from 400); Max value from RGB is 138 - color contains mainly: green. Hex color #838A83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838A83 is #7C757C. Grayscale: #878787. Windows color (decimal): -8156541 or 8620675. OLE color: 8620675.

HSL color Cylindrical-coordinate representation of color #838A83: hue angle of 120º degrees, saturation: 0.03, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #838A83 is Cyan = 0.05, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.46.

Color convert

RGB 131 138 131 -
CMYK 0.05 0 0.05 0.46
HSL 120º 0.03% 0.53% -
HSV(B) 120º 0.05% 0.54% -
XYZ 22.55 24.64 25.04 -
YUV 135.11 125.68 125.07 -
System Red Green Blue C M Y K H S L
Decimal 131 138 131 0.05 0 0.05 0.46 120 0.03 0.53
Hex 83 8A 83 5 0 5 2E 78 3 35
Octal 203 212 203 5 0 5 56 170 3 65
Binary 10000011 10001010 10000011 101 0 101 101110 1111000 11 110101

Color Harmonies of #838A83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838A83

Black with #838A83

Text Example


Text Example

White with #838A83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838A83; }

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

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

background-color css

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

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

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

border-color css

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

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

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