Html Css Color HEX #839478 Amulet

📋 copy color: '#839478'

red 131 ◦ green 148 ◦ blue 120

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

Shades of Amulet #839478

Tints of Amulet #839478

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 30.08%

R = 32.83%
G = 37.09%
B = 30.08%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.19

 K value IS 0.42

RGB Variations

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

Color information

#839478 (or 0x839478) is known color: Amulet. HEX triplet: 83, 94 and 78. RGB value is (131,148,120). Sum of RGB (Red+Green+Blue) = 131+148+120=399 (52% of max value = 765). Red value is 131 (51.56% from 255 or 32.83% from 399); Green value is 148 (58.20% from 255 or 37.09% from 399); Blue value is 120 (47.27% from 255 or 30.08% from 399); Max value from RGB is 148 - color contains mainly: green. Hex color #839478 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #839478 is #7C6B87. Grayscale: #8B8B8B. Windows color (decimal): -8153992 or 7902339. OLE color: 7902339.

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

Color convert

RGB 131 148 120 -
CMYK 0.11 0 0.19 0.42
HSL 96.43º 0.12% 0.53% -
HSV(B) 96.43º 0.19% 0.58% -
XYZ 23.34 27.36 21.82 -
YUV 139.73 116.87 121.78 -
System Red Green Blue C M Y K H S L
Decimal 131 148 120 0.11 0 0.19 0.42 96.43 0.12 0.53
Hex 83 94 78 B 0 13 2A 60 C 35
Octal 203 224 170 13 0 23 52 140 14 65
Binary 10000011 10010100 1111000 1011 0 10011 101010 1100000 1100 110101

Color Harmonies of #839478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839478

Black with #839478

Text Example


Text Example

White with #839478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #839478; }

 p { color: rgb(131,148,120); }

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

background-color css

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

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

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

border-color css

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

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

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