Html Css Color HEX #83B06D Amulet

📋 copy color: '#83B06D'

red 131 ◦ green 176 ◦ blue 109

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

Shades of Amulet #83B06D

Tints of Amulet #83B06D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 26.2%

R = 31.49%
G = 42.31%
B = 26.2%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.38

 K value IS 0.31

RGB Variations

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

Color information

#83B06D (or 0x83B06D) is known color: Amulet. HEX triplet: 83, B0 and 6D. RGB value is (131,176,109). Sum of RGB (Red+Green+Blue) = 131+176+109=416 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.49% from 416); Green value is 176 (69.14% from 255 or 42.31% from 416); Blue value is 109 (42.97% from 255 or 26.20% from 416); Max value from RGB is 176 - color contains mainly: green. Hex color #83B06D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83B06D is #7C4F92. Grayscale: #9B9B9B. Windows color (decimal): -8146835 or 7188611. OLE color: 7188611.

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

Color convert

RGB 131 176 109 -
CMYK 0.26 0 0.38 0.31
HSL 100.3º 0.3% 0.56% -
HSV(B) 100.3º 0.38% 0.69% -
XYZ 27.65 36.98 20.15 -
YUV 154.91 102.09 110.95 -
System Red Green Blue C M Y K H S L
Decimal 131 176 109 0.26 0 0.38 0.31 100.3 0.3 0.56
Hex 83 B0 6D 1A 0 26 1F 64 1E 38
Octal 203 260 155 32 0 46 37 144 36 70
Binary 10000011 10110000 1101101 11010 0 100110 11111 1100100 11110 111000

Color Harmonies of #83B06D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83B06D

Black with #83B06D

Text Example


Text Example

White with #83B06D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,176,109); }

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

background-color css

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

 a { background-color: rgb(131,176,109); }

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

border-color css

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

 span { border-color: rgb(131,176,109); }

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