Html Css Color HEX #84B17D Amulet

📋 copy color: '#84B17D'

red 132 ◦ green 177 ◦ blue 125

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

Shades of Amulet #84B17D

Tints of Amulet #84B17D

RGB

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

 GREEN value IS 177 (69.53% from 255) = 40.78%

 BLUE value IS 125 (49.22% from 255) = 28.8%

R = 30.41%
G = 40.78%
B = 28.8%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#84B17D (or 0x84B17D) is known color: Amulet. HEX triplet: 84, B1 and 7D. RGB value is (132,177,125). Sum of RGB (Red+Green+Blue) = 132+177+125=434 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.41% from 434); Green value is 177 (69.53% from 255 or 40.78% from 434); Blue value is 125 (49.22% from 255 or 28.80% from 434); Max value from RGB is 177 - color contains mainly: green. Hex color #84B17D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84B17D is #7B4E82. Grayscale: #9D9D9D. Windows color (decimal): -8081027 or 8237444. OLE color: 8237444.

HSL color Cylindrical-coordinate representation of color #84B17D: hue angle of 111.92º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #84B17D is Cyan = 0.25, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.31.

Color convert

RGB 132 177 125 -
CMYK 0.25 0 0.29 0.31
HSL 111.92º 0.25% 0.59% -
HSV(B) 111.92º 0.29% 0.69% -
XYZ 28.94 37.83 25.18 -
YUV 157.62 109.59 109.73 -
System Red Green Blue C M Y K H S L
Decimal 132 177 125 0.25 0 0.29 0.31 111.92 0.25 0.59
Hex 84 B1 7D 19 0 1D 1F 70 19 3B
Octal 204 261 175 31 0 35 37 160 31 73
Binary 10000100 10110001 1111101 11001 0 11101 11111 1110000 11001 111011

Color Harmonies of #84B17D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84B17D

Black with #84B17D

Text Example


Text Example

White with #84B17D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84B17D; }

 p { color: rgb(132,177,125); }

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

background-color css

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

 a { background-color: rgb(132,177,125); }

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

border-color css

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

 span { border-color: rgb(132,177,125); }

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