Html Css Color HEX #83B676 Amulet

📋 copy color: '#83B676'

red 131 ◦ green 182 ◦ blue 118

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

Shades of Amulet #83B676

Tints of Amulet #83B676

RGB

 RED value IS 131 (51.56% from 255) = 30.39%

 GREEN value IS 182 (71.48% from 255) = 42.23%

 BLUE value IS 118 (46.48% from 255) = 27.38%

R = 30.39%
G = 42.23%
B = 27.38%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.35

 K value IS 0.29

RGB Variations

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

Color information

#83B676 (or 0x83B676) is known color: Amulet. HEX triplet: 83, B6 and 76. RGB value is (131,182,118). Sum of RGB (Red+Green+Blue) = 131+182+118=431 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.39% from 431); Green value is 182 (71.48% from 255 or 42.23% from 431); Blue value is 118 (46.48% from 255 or 27.38% from 431); Max value from RGB is 182 - color contains mainly: green. Hex color #83B676 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #83B676 is #7C4989. Grayscale: #9F9F9F. Windows color (decimal): -8145290 or 7779971. OLE color: 7779971.

HSL color Cylindrical-coordinate representation of color #83B676: hue angle of 107.81º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #83B676 is Cyan = 0.28, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.29.

Color convert

RGB 131 182 118 -
CMYK 0.28 0 0.35 0.29
HSL 107.81º 0.3% 0.59% -
HSV(B) 107.81º 0.35% 0.71% -
XYZ 29.36 39.59 23.23 -
YUV 159.46 104.6 107.7 -
System Red Green Blue C M Y K H S L
Decimal 131 182 118 0.28 0 0.35 0.29 107.81 0.3 0.59
Hex 83 B6 76 1C 0 23 1D 6C 1E 3B
Octal 203 266 166 34 0 43 35 154 36 73
Binary 10000011 10110110 1110110 11100 0 100011 11101 1101100 11110 111011

Color Harmonies of #83B676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83B676

Black with #83B676

Text Example


Text Example

White with #83B676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83B676; }

 p { color: rgb(131,182,118); }

 H1.HeaderClassName
 {
   color: #83B676;
 }
 .AnyTagClassName
 {
   color: #83B676;
 }
</style>

background-color css

<style>
 a { background-color: #83B676; }

 a { background-color: rgb(131,182,118); }

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

border-color css

<style>
 span { border-color: #83B676; }

 span { border-color: rgb(131,182,118); }

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