Html Css Color HEX #84B06C Amulet

📋 copy color: '#84B06C'

red 132 ◦ green 176 ◦ blue 108

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

Shades of Amulet #84B06C

Tints of Amulet #84B06C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 25.96%

R = 31.73%
G = 42.31%
B = 25.96%

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

#84B06C (or 0x84B06C) is known color: Amulet. HEX triplet: 84, B0 and 6C. RGB value is (132,176,108). Sum of RGB (Red+Green+Blue) = 132+176+108=416 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.73% from 416); Green value is 176 (69.14% from 255 or 42.31% from 416); Blue value is 108 (42.58% from 255 or 25.96% from 416); Max value from RGB is 176 - color contains mainly: green. Hex color #84B06C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84B06C is #7B4F93. Grayscale: #9B9B9B. Windows color (decimal): -8081300 or 7123076. OLE color: 7123076.

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

Color convert

RGB 132 176 108 -
CMYK 0.25 0 0.39 0.31
HSL 98.82º 0.3% 0.56% -
HSV(B) 98.82º 0.39% 0.69% -
XYZ 27.75 37.04 19.87 -
YUV 155.09 101.42 111.53 -
System Red Green Blue C M Y K H S L
Decimal 132 176 108 0.25 0 0.39 0.31 98.82 0.3 0.56
Hex 84 B0 6C 19 0 27 1F 63 1E 38
Octal 204 260 154 31 0 47 37 143 36 70
Binary 10000100 10110000 1101100 11001 0 100111 11111 1100011 11110 111000

Color Harmonies of #84B06C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84B06C

Black with #84B06C

Text Example


Text Example

White with #84B06C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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