Html Css Color HEX #839874 Amulet

📋 copy color: '#839874'

red 131 ◦ green 152 ◦ blue 116

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

Shades of Amulet #839874

Tints of Amulet #839874

RGB

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

 GREEN value IS 152 (59.77% from 255) = 38.1%

 BLUE value IS 116 (45.7% from 255) = 29.07%

R = 32.83%
G = 38.1%
B = 29.07%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.24

 K value IS 0.40

RGB Variations

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

Color information

#839874 (or 0x839874) is known color: Amulet. HEX triplet: 83, 98 and 74. RGB value is (131,152,116). Sum of RGB (Red+Green+Blue) = 131+152+116=399 (52% of max value = 765). Red value is 131 (51.56% from 255 or 32.83% from 399); Green value is 152 (59.77% from 255 or 38.10% from 399); Blue value is 116 (45.70% from 255 or 29.07% from 399); Max value from RGB is 152 - color contains mainly: green. Hex color #839874 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #839874 is #7C678B. Grayscale: #8D8D8D. Windows color (decimal): -8152972 or 7641219. OLE color: 7641219.

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

Color convert

RGB 131 152 116 -
CMYK 0.14 0 0.24 0.40
HSL 95º 0.15% 0.53% -
HSV(B) 95º 0.24% 0.6% -
XYZ 23.74 28.54 20.78 -
YUV 141.62 113.54 120.43 -
System Red Green Blue C M Y K H S L
Decimal 131 152 116 0.14 0 0.24 0.40 95 0.15 0.53
Hex 83 98 74 E 0 18 28 5F F 35
Octal 203 230 164 16 0 30 50 137 17 65
Binary 10000011 10011000 1110100 1110 0 11000 101000 1011111 1111 110101

Color Harmonies of #839874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839874

Black with #839874

Text Example


Text Example

White with #839874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #839874; }

 p { color: rgb(131,152,116); }

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

background-color css

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

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

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

border-color css

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

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

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