Html Css Color HEX #82947B Amulet

📋 copy color: '#82947B'

red 130 ◦ green 148 ◦ blue 123

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

Shades of Amulet #82947B

Tints of Amulet #82947B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 30.67%

R = 32.42%
G = 36.91%
B = 30.67%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.17

 K value IS 0.42

RGB Variations

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

Color information

#82947B (or 0x82947B) is known color: Amulet. HEX triplet: 82, 94 and 7B. RGB value is (130,148,123). Sum of RGB (Red+Green+Blue) = 130+148+123=401 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.42% from 401); Green value is 148 (58.20% from 255 or 36.91% from 401); Blue value is 123 (48.44% from 255 or 30.67% from 401); Max value from RGB is 148 - color contains mainly: green. Hex color #82947B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82947B is #7D6B84. Grayscale: #8B8B8B. Windows color (decimal): -8219525 or 8098946. OLE color: 8098946.

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

Color convert

RGB 130 148 123 -
CMYK 0.12 0 0.17 0.42
HSL 103.2º 0.1% 0.53% -
HSV(B) 103.2º 0.17% 0.58% -
XYZ 23.37 27.36 22.79 -
YUV 139.77 118.54 121.03 -
System Red Green Blue C M Y K H S L
Decimal 130 148 123 0.12 0 0.17 0.42 103.2 0.1 0.53
Hex 82 94 7B C 0 11 2A 67 A 35
Octal 202 224 173 14 0 21 52 147 12 65
Binary 10000010 10010100 1111011 1100 0 10001 101010 1100111 1010 110101

Color Harmonies of #82947B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82947B

Black with #82947B

Text Example


Text Example

White with #82947B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82947B; }

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

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

background-color css

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

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

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

border-color css

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

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

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