Html Css Color HEX #84967B Amulet

📋 copy color: '#84967B'

red 132 ◦ green 150 ◦ blue 123

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

Shades of Amulet #84967B

Tints of Amulet #84967B

RGB

 RED value IS 132 (51.95% from 255) = 32.59%

 GREEN value IS 150 (58.98% from 255) = 37.04%

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

R = 32.59%
G = 37.04%
B = 30.37%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.18

 K value IS 0.41

RGB Variations

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

Color information

#84967B (or 0x84967B) is known color: Amulet. HEX triplet: 84, 96 and 7B. RGB value is (132,150,123). Sum of RGB (Red+Green+Blue) = 132+150+123=405 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.59% from 405); Green value is 150 (58.98% from 255 or 37.04% from 405); Blue value is 123 (48.44% from 255 or 30.37% from 405); Max value from RGB is 150 - color contains mainly: green. Hex color #84967B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84967B is #7B6984. Grayscale: #8D8D8D. Windows color (decimal): -8087941 or 8099460. OLE color: 8099460.

HSL color Cylindrical-coordinate representation of color #84967B: hue angle of 100º degrees, saturation: 0.11, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #84967B is Cyan = 0.12, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.41.

Color convert

RGB 132 150 123 -
CMYK 0.12 0 0.18 0.41
HSL 100º 0.11% 0.54% -
HSV(B) 100º 0.18% 0.59% -
XYZ 24 28.15 22.91 -
YUV 141.54 117.54 121.2 -
System Red Green Blue C M Y K H S L
Decimal 132 150 123 0.12 0 0.18 0.41 100 0.11 0.54
Hex 84 96 7B C 0 12 29 64 B 36
Octal 204 226 173 14 0 22 51 144 13 66
Binary 10000100 10010110 1111011 1100 0 10010 101001 1100100 1011 110110

Color Harmonies of #84967B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84967B

Black with #84967B

Text Example


Text Example

White with #84967B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,150,123); }

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

background-color css

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

 a { background-color: rgb(132,150,123); }

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

border-color css

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

 span { border-color: rgb(132,150,123); }

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