Html Css Color HEX #84B06B Amulet

📋 copy color: '#84B06B'

red 132 ◦ green 176 ◦ blue 107

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

Shades of Amulet #84B06B

Tints of Amulet #84B06B

RGB

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

 GREEN value IS 176 (69.14% from 255) = 42.41%

 BLUE value IS 107 (42.19% from 255) = 25.78%

R = 31.81%
G = 42.41%
B = 25.78%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.39

 K value IS 0.31

RGB Variations

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

Color information

#84B06B (or 0x84B06B) is known color: Amulet. HEX triplet: 84, B0 and 6B. RGB value is (132,176,107). Sum of RGB (Red+Green+Blue) = 132+176+107=415 (54% of max value = 765). Red value is 132 (51.95% from 255 or 31.81% from 415); Green value is 176 (69.14% from 255 or 42.41% from 415); Blue value is 107 (42.19% from 255 or 25.78% from 415); Max value from RGB is 176 - color contains mainly: green. Hex color #84B06B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84B06B is #7B4F94. Grayscale: #9B9B9B. Windows color (decimal): -8081301 or 7057540. OLE color: 7057540.

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

Color convert

RGB 132 176 107 -
CMYK 0.25 0 0.39 0.31
HSL 98.26º 0.3% 0.55% -
HSV(B) 98.26º 0.39% 0.69% -
XYZ 27.69 37.02 19.6 -
YUV 154.98 100.92 111.61 -
System Red Green Blue C M Y K H S L
Decimal 132 176 107 0.25 0 0.39 0.31 98.26 0.3 0.55
Hex 84 B0 6B 19 0 27 1F 62 1E 37
Octal 204 260 153 31 0 47 37 142 36 67
Binary 10000100 10110000 1101011 11001 0 100111 11111 1100010 11110 110111

Color Harmonies of #84B06B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84B06B

Black with #84B06B

Text Example


Text Example

White with #84B06B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,176,107); }

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

background-color css

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

 a { background-color: rgb(132,176,107); }

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

border-color css

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

 span { border-color: rgb(132,176,107); }

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