Html Css Color HEX #829474 Amulet

📋 copy color: '#829474'

red 130 ◦ green 148 ◦ blue 116

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

Shades of Amulet #829474

Tints of Amulet #829474

RGB

 RED value IS 130 (51.17% from 255) = 32.99%

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

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

R = 32.99%
G = 37.56%
B = 29.44%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#829474 (or 0x829474) is known color: Amulet. HEX triplet: 82, 94 and 74. RGB value is (130,148,116). Sum of RGB (Red+Green+Blue) = 130+148+116=394 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.99% from 394); Green value is 148 (58.20% from 255 or 37.56% from 394); Blue value is 116 (45.70% from 255 or 29.44% from 394); Max value from RGB is 148 - color contains mainly: green. Hex color #829474 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #829474 is #7D6B8B. Grayscale: #8B8B8B. Windows color (decimal): -8219532 or 7640194. OLE color: 7640194.

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

Color convert

RGB 130 148 116 -
CMYK 0.12 0 0.22 0.42
HSL 93.75º 0.13% 0.52% -
HSV(B) 93.75º 0.22% 0.58% -
XYZ 22.95 27.19 20.56 -
YUV 138.97 115.04 121.6 -
System Red Green Blue C M Y K H S L
Decimal 130 148 116 0.12 0 0.22 0.42 93.75 0.13 0.52
Hex 82 94 74 C 0 16 2A 5E D 34
Octal 202 224 164 14 0 26 52 136 15 64
Binary 10000010 10010100 1110100 1100 0 10110 101010 1011110 1101 110100

Color Harmonies of #829474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829474

Black with #829474

Text Example


Text Example

White with #829474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829474; }

 p { color: rgb(130,148,116); }

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

background-color css

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

 a { background-color: rgb(130,148,116); }

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

border-color css

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

 span { border-color: rgb(130,148,116); }

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