Html Css Color HEX #839976 Amulet

📋 copy color: '#839976'

red 131 ◦ green 153 ◦ blue 118

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

Shades of Amulet #839976

Tints of Amulet #839976

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 29.35%

R = 32.59%
G = 38.06%
B = 29.35%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.23

 K value IS 0.4

RGB Variations

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

Color information

#839976 (or 0x839976) is known color: Amulet. HEX triplet: 83, 99 and 76. RGB value is (131,153,118). Sum of RGB (Red+Green+Blue) = 131+153+118=402 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.59% from 402); Green value is 153 (60.16% from 255 or 38.06% from 402); Blue value is 118 (46.48% from 255 or 29.35% from 402); Max value from RGB is 153 - color contains mainly: green. Hex color #839976 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #839976 is #7C6689. Grayscale: #8E8E8E. Windows color (decimal): -8152714 or 7772547. OLE color: 7772547.

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

Color convert

RGB 131 153 118 -
CMYK 0.14 0 0.23 0.4
HSL 97.71º 0.15% 0.53% -
HSV(B) 97.71º 0.23% 0.6% -
XYZ 24.02 28.92 21.45 -
YUV 142.43 114.21 119.85 -
System Red Green Blue C M Y K H S L
Decimal 131 153 118 0.14 0 0.23 0.4 97.71 0.15 0.53
Hex 83 99 76 E 0 17 28 62 F 35
Octal 203 231 166 16 0 27 50 142 17 65
Binary 10000011 10011001 1110110 1110 0 10111 101000 1100010 1111 110101

Color Harmonies of #839976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839976

Black with #839976

Text Example


Text Example

White with #839976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #839976; }

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

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

background-color css

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

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

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

border-color css

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

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

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